storeSizeAsync property

  1. @Deprecated('Migrate to `size`. $_syncRemoval')
Future<double> storeSizeAsync

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

Prefer using all when multiple statistics are required instead of getting them individually. Only one backend operation is required to get all the stats, and so is more efficient.

Implementation

@Deprecated('Migrate to `size`. $_syncRemoval')
Future<double> get storeSizeAsync => size;