menu
rxnet_plus package
documentation
rxnet_lib.dart
RxNetCache
getCacheSize method
getCacheSize method
dark_mode
light_mode
getCacheSize
method
Future
<
int
>
getCacheSize
(
)
Implementation
Future<int> getCacheSize() async { return await _database?.count() ?? 0; }
rxnet_plus package
documentation
rxnet_lib
RxNetCache
getCacheSize method
RxNetCache class