menu
skill3th_core package
documentation
utils/storage.dart
StorageProvider
getBoolAsync method
getBoolAsync method
dark_mode
light_mode
getBoolAsync
method
Future
<
bool
?
>
getBoolAsync
(
String
key
)
Implementation
Future<bool?> getBoolAsync(String key) async => _sharedPreferences.getBool(key);
skill3th_core package
documentation
utils/storage
StorageProvider
getBoolAsync method
StorageProvider class