menu
flutter_settings_screens package
documentation
flutter_settings_screens
CacheProvider
getValue<
T
> abstract method
getValue
brightness_4
getValue<
T
>
abstract method
T
getValue
<
T
>(
String
key
,
T
defaultValue
)
Implementation
T getValue<T>(String key, T defaultValue);
flutter_settings_screens package
documentation
flutter_settings_screens
CacheProvider
getValue<
T
> abstract method
CacheProvider class
Constructors
CacheProvider
Properties
hashCode
runtimeType
Methods
containsKey
getBool
getDouble
getInt
getKeys
getString
getValue
init
noSuchMethod
remove
removeAll
setBool
setDouble
setInt
setObject
setString
toString
Operators
operator ==