data exporting & importing

This commit is contained in:
nyne
2024-11-02 20:12:48 +08:00
parent 19a93cbbce
commit c4d867db89
11 changed files with 139 additions and 8 deletions

View File

@@ -597,4 +597,8 @@ class LocalFavoritesManager {
}
}
}
void close() {
_db.dispose();
}
}