getSize method

  1. @override
int getSize()
override

Size in KB, matching the spec and HiveBase.getSize -- this returned raw bytes, over-reporting by 1024x.

Implementation

@override
int getSize() => _dbFileSize(_db.path) ~/ 1024;