menu
remote_cache_sync package
documentation
sync/store_interfaces.dart
LocalStore<T, Id>
getCacheSizeLimitBytes abstract method
getCacheSizeLimitBytes abstract method
dark_mode
light_mode
getCacheSizeLimitBytes
abstract method
Future
<
int
?
>
getCacheSizeLimitBytes
(
)
Returns the cache size limit in bytes, or null if unlimited.
Implementation
Future<int?> getCacheSizeLimitBytes();
remote_cache_sync package
documentation
sync/store_interfaces
LocalStore<T, Id>
getCacheSizeLimitBytes abstract method
LocalStore class