mirror of
https://github.com/immich-app/immich.git
synced 2025-11-17 12:52:38 +09:00
refactor(mobile): asset provider (#16159)
* refactor(mobile): asset provider * wip * wip: delete local assets * wip: delete remote assets * wip: deletion logic * refactor * pr feedback
This commit is contained in:
@@ -18,6 +18,8 @@ abstract interface class IUserRepository implements IDatabaseRepository {
|
||||
Future<void> deleteById(List<int> ids);
|
||||
|
||||
Future<User> me();
|
||||
|
||||
Future<void> clearTable();
|
||||
}
|
||||
|
||||
enum UserSort { id }
|
||||
|
||||
Reference in New Issue
Block a user