compact method

Future<void> compact()

Manual Compact

Implementation

Future<void> compact() async {
  await _indexDB.compact();
}