mirror of
https://github.com/immich-app/immich.git
synced 2025-07-13 20:38:46 +02: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
mobile/lib/interfaces
|
@ -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