storeLength property

int storeLength

Retrieve the number of stored tiles synchronously

Prefer storeLengthAsync to avoid blocking the UI thread. Otherwise, this has slightly better performance.

Implementation

int get storeLength => _db.tiles.countSync();