size property

Future<double> get size

Retrieve the total number of KiBs of all tiles' bytes (not 'real total' size) from all stores

Does not include any storage used by metadata or database overheads, as in realSize.

Implementation

Future<double> get size => FMTCBackendAccess.internal.rootSize();