menu
aquabase package
documentation
cache/file_cache.dart
CompactCache
get method
get method
dark_mode
light_mode
get
method
@
override
Future
<
Uint8List
?
>
get
(
String
key
)
override
Implementation
@override Future<Uint8List?> get(String key) async { return getSync(key); }
aquabase package
documentation
cache/file_cache
CompactCache
get method
CompactCache class