You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-06 06:07:29 +02:00
6 lines
192 B
Dart
6 lines
192 B
Dart
![]() |
abstract interface class ILocalFilesManager {
|
||
|
Future<bool> moveToTrash(String fileName);
|
||
|
Future<bool> restoreFromTrash(String fileName);
|
||
|
Future<bool> requestManageStoragePermission();
|
||
|
}
|