mabyCompact method
When Database Remove `Auto Compact`;
Implementation
Future<void> mabyCompact() async {
await _indexedDB.mabyCompact();
}
`Auto Compact`;Future<void> mabyCompact() async {
await _indexedDB.mabyCompact();
}