menu
enif package
documentation
data/local/preference_store/preference_store.dart
PreferenceStore
getInt abstract method
getInt abstract method
dark_mode
light_mode
getInt
abstract method
Future
<
int
?
>
getInt
(
String
key
)
get an integer from preference store
Implementation
Future<int?> getInt(String key);
enif package
documentation
data/local/preference_store/preference_store
PreferenceStore
getInt abstract method
PreferenceStore class