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