menu
hope_cache package
documentation
cache_store.dart
CacheStore
getTotalSize abstract method
getTotalSize abstract method
dark_mode
light_mode
getTotalSize
abstract method
Future
<
int
>
getTotalSize
(
)
Returns the current total size in bytes of all stored entries
Implementation
Future<int> getTotalSize();
hope_cache package
documentation
cache_store
CacheStore
getTotalSize abstract method
CacheStore class