mirror of
https://github.com/immich-app/immich.git
synced 2025-07-19 22:44:24 +02:00
refactor(mobile): partner.interface.dart (#19338)
This commit is contained in:
parent
6fda863c08
commit
c707f9cef4
5 changed files with 5 additions and 21 deletions
mobile/lib/interfaces
|
@ -1,8 +0,0 @@
|
|||
import 'package:immich_mobile/domain/models/user.model.dart';
|
||||
|
||||
abstract class IPartnerRepository {
|
||||
Future<List<UserDto>> getSharedWith();
|
||||
Future<List<UserDto>> getSharedBy();
|
||||
Stream<List<UserDto>> watchSharedWith();
|
||||
Stream<List<UserDto>> watchSharedBy();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue