mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
8 lines
212 B
Dart
8 lines
212 B
Dart
|
|
import 'package:isar/isar.dart';
|
||
|
|
import 'package:riverpod_annotation/riverpod_annotation.dart';
|
||
|
|
|
||
|
|
part 'db.provider.g.dart';
|
||
|
|
|
||
|
|
@Riverpod(keepAlive: true)
|
||
|
|
Isar isar(IsarRef ref) => throw UnimplementedError('isar');
|