cacheHitsAsync property Null safety

Future<int> cacheHitsAsync

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;