mirror of
https://github.com/immich-app/immich.git
synced 2025-11-19 20:22:34 +09:00
feat(mobile): new sync (#16556)
* feat(mobile): new sync * refactor * refactor * refactor * refactor * refactor * refactor * update analysis option * remove database operation * pr feedback
This commit is contained in:
7
mobile/lib/domain/interfaces/sync_api.interface.dart
Normal file
7
mobile/lib/domain/interfaces/sync_api.interface.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:immich_mobile/domain/models/sync/sync_event.model.dart';
|
||||
|
||||
abstract interface class ISyncApiRepository {
|
||||
Future<void> ack(String data);
|
||||
|
||||
Stream<List<SyncEvent>> watchUserSyncEvent();
|
||||
}
|
||||
Reference in New Issue
Block a user