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