chore: revert ()

* chore: revert 

* lint
This commit is contained in:
Alex 2025-04-23 16:40:59 -05:00 committed by GitHub
parent 6ce8a1deeb
commit c167e46ec7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 16 additions and 396 deletions

View file

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