menu
common_utils2 package
documentation
common_utils2.dart
SecureStorageService
removeBatch method
removeBatch method
dark_mode
light_mode
removeBatch
method
Future
<
void
>
removeBatch
(
List
<
String
>
keys
)
Implementation
Future<void> removeBatch(List<String> keys) async { for (final key in keys) { await remove(key); } }
common_utils2 package
documentation
common_utils2
SecureStorageService
removeBatch method
SecureStorageService class