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