Pinned Loading
-
Delegated preference, specifically f...
Delegated preference, specifically for injected Preference class 1internal class sharedPreference<T>(private val key: String) {
23operator fun getValue(thisRef: PreferencesImpl, property: KProperty<*>): T {
4val preferences = thisRef.sharedPreferences
5if (!preferences.contains(key)) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.