menu
donuz_dart_sdk package
documentation
modules/common/services/storage_service.dart
StorageService
existsKey method
existsKey method
dark_mode
light_mode
existsKey
method
Future
<
bool
>
existsKey
(
dynamic
key
)
Implementation
Future<bool> existsKey(key) async { return instance.containsKey(key); }
donuz_dart_sdk package
documentation
modules/common/services/storage_service
StorageService
existsKey method
StorageService class