menu
jtech_base package
documentation
tool/cache.dart
LocalCache
removeMany method
removeMany method
dark_mode
light_mode
removeMany
method
Future
<
List
<
bool
>
>
removeMany
(
List
<
String
>
keys
)
Implementation
Future<List<bool>> removeMany(List<String> keys) => Future.wait(keys.map((key) => remove(key)));
jtech_base package
documentation
tool/cache
LocalCache
removeMany method
LocalCache class