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