mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor(mobile): local_file_manager.interface.dart (#19340)
This commit is contained in:
parent
4c2ad44303
commit
b606d4fe73
5 changed files with 24 additions and 25 deletions
|
|
@ -1,5 +0,0 @@
|
|||
abstract interface class ILocalFilesManager {
|
||||
Future<bool> moveToTrash(List<String> mediaUrls);
|
||||
Future<bool> restoreFromTrash(String fileName, int type);
|
||||
Future<bool> requestManageMediaPermission();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue