menu
aquabase package
documentation
cache/file_cache.dart
CacheStrategy
putAll abstract method
putAll abstract method
dark_mode
light_mode
putAll
abstract method
Future
<
void
>
putAll
(
Map
<
String
,
Uint8List
>
entries
, {
bool
isLocal
=
false
,
})
Implementation
Future<void> putAll(Map<String, Uint8List> entries, {bool isLocal = false});
aquabase package
documentation
cache/file_cache
CacheStrategy
putAll abstract method
CacheStrategy class