put

abstract fun <T> put(key: String, value: T)

リポジトリにデータを追加します。

Return

追加したデータ

Parameters

key

追加するキー

value

追加するデータ