realSize property

Future<double> get realSize

Retrieve the actual total size of the database in KiBs

Should include 'unused' space, 'calculation' space, overheads, etc. May be much larger than rootSize in some backends.

Implementation

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