Optimize (compact/prune) a table.
Future<void> optimize(String table) async { await room.sendRequest("database.optimize", {"table": table}); }