menu
t_db
t_db.dart
TDB
compact method
compact
dark_mode
light_mode
compact
method
Future
<
void
>
compact
(
)
Manual Compact
Implementation
Future<void> compact() async { await _indexDB.compact(); }
t_db
t_db
TDB
compact method
TDB class