cacheHitsAsync property Null safety
Retrieve the number of tiles that were successfully retrieved from the store during browsing
Implementation
Future<int> get cacheHitsAsync async =>
(await _db.storeDescriptor.get(0))!.hits;
Retrieve the number of tiles that were successfully retrieved from the store during browsing
Future<int> get cacheHitsAsync async =>
(await _db.storeDescriptor.get(0))!.hits;