menu
easy_flu_utils package
documentation
utils/storage/storage_util.dart
StorageUtil
removeAll method
removeAll method
dark_mode
light_mode
removeAll
method
Future
<
void
>
removeAll
(
List
<
String
>
keys
)
Implementation
Future<void> removeAll(List<String> keys) async { for (final key in keys) { await remove(key); } }
easy_flu_utils package
documentation
utils/storage/storage_util
StorageUtil
removeAll method
StorageUtil class