todo
This commit is contained in:
@@ -1193,6 +1193,7 @@ class FilesDB with SqlDbBase {
|
||||
);
|
||||
}
|
||||
|
||||
// todo: neeraj (rw, upload flow)
|
||||
Future<void> deleteMultipleByGeneratedIDs(List<int> generatedIDs) async {
|
||||
if (generatedIDs.isEmpty) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user