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