menu
baiomy package
documentation
local_storage/shared_preferences.dart
BaiomySharedPrefs
getKeys method
getKeys method
dark_mode
light_mode
getKeys
method
Set
<
String
>
getKeys
(
)
Returns all stored keys.
Implementation
Set<String> getKeys() => _store.getKeys();
baiomy package
documentation
local_storage/shared_preferences
BaiomySharedPrefs
getKeys method
BaiomySharedPrefs class