refactor(mobile): partners provider (#16299)
* refactor(mobile): partners provider * update analysis option * update analysis option
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import 'package:immich_mobile/entities/user.entity.dart';
|
||||
|
||||
abstract class IPartnerRepository {
|
||||
Future<List<User>> getSharedWith();
|
||||
Future<List<User>> getSharedBy();
|
||||
Stream<List<User>> watchSharedWith();
|
||||
Stream<List<User>> watchSharedBy();
|
||||
}
|
||||
Reference in New Issue
Block a user