storeLength property Null safety
Retrieve the number of stored tiles
Prefer storeLengthAsync to avoid blocking the UI thread. Otherwise, this has slightly better performance.
Implementation
int get storeLength => _db.tiles.countSync();
Retrieve the number of stored tiles
Prefer storeLengthAsync to avoid blocking the UI thread. Otherwise, this has slightly better performance.
int get storeLength => _db.tiles.countSync();