Shared Preferences Key Value Repo
inline fun <T : Any> SharedPreferencesKeyValueRepo( context: Context, name: String = "default", cacheValues: Boolean = false): KeyValueRepo<String, T>
Content copied to clipboard