refactor(mobile): local_file_manager.interface.dart ()

This commit is contained in:
Alex 2025-06-21 13:35:30 -05:00 committed by GitHub
parent 4c2ad44303
commit b606d4fe73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 25 deletions

View file

@ -1,5 +0,0 @@
abstract interface class ILocalFilesManager {
Future<bool> moveToTrash(List<String> mediaUrls);
Future<bool> restoreFromTrash(String fileName, int type);
Future<bool> requestManageMediaPermission();
}