compact method

  1. @override
int compact()
override

Truncate trailing free blocks at end-of-file and return bytes reclaimed.

Implementation

@override
int compact() => _dbm.compact();