menu
flutter_settings_screens package
documentation
flutter_settings_screens
CacheProvider
setBool abstract method
setBool
brightness_4
setBool
abstract method
Future
<
void
>
setBool
(
String
key
,
bool
value
)
Implementation
Future<void> setBool(String key, bool value);
flutter_settings_screens package
documentation
flutter_settings_screens
CacheProvider
setBool 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 ==