menu
donuz_dart_sdk package
documentation
modules/common/services/storage_service.dart
StorageService
getBool method
getBool method
dark_mode
light_mode
getBool
method
Future
<
bool
>
getBool
(
String
key
)
Implementation
Future<bool> getBool( String key, ) async { return instance.getBool(key) ?? false; }
donuz_dart_sdk package
documentation
modules/common/services/storage_service
StorageService
getBool method
StorageService class