estimateSizeBytes method
Returns approximate in-memory size (in bytes) of the entire box content.
This includes keys and values, recursively traversing Maps, Lists, primitives, and strings. Does not include Hive metadata or file overhead.
Implementation
@override
Future<int> estimateSizeBytes() => _internalBox.estimateSizeBytes();