storeSizeAsync property Null safety
Retrieve the total size of the stored tiles and metadata in kibibytes (KiB)
Implementation
Future<double> get storeSizeAsync async =>
await _db.getSize(includeIndexes: true) / 1024;
Retrieve the total size of the stored tiles and metadata in kibibytes (KiB)
Future<double> get storeSizeAsync async =>
await _db.getSize(includeIndexes: true) / 1024;