menu
aquabase package
documentation
cache/file_cache.dart
CompactCache
close method
close method
dark_mode
light_mode
close
method
Future
<
void
>
close
(
)
Implementation
Future<void> close() async { flush(); _writer.closeSync(); }
aquabase package
documentation
cache/file_cache
CompactCache
close method
CompactCache class