refactor repositories
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import 'package:immich_mobile/domain/models/render_list.model.dart';
|
||||
|
||||
abstract interface class IRenderListRepository {
|
||||
/// Streams the [RenderList] for the main timeline
|
||||
Stream<RenderList> watchAll();
|
||||
}
|
||||
Reference in New Issue
Block a user