menu
enif package
documentation
data/local/preference_store/preference_store.dart
PreferenceStore
getBool abstract method
getBool abstract method
dark_mode
light_mode
getBool
abstract method
Future
<
bool
>
getBool
(
String
key
,
bool
defaultValue
)
get a boolean value from preference store
Implementation
Future<bool> getBool(String key, bool defaultValue);
enif package
documentation
data/local/preference_store/preference_store
PreferenceStore
getBool abstract method
PreferenceStore class