You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-07 23:03:36 +02:00
5 lines
197 B
Dart
5 lines
197 B
Dart
![]() |
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||
|
import 'package:immich_mobile/platform/native_sync_api.g.dart';
|
||
|
|
||
|
final nativeSyncApiProvider = Provider<NativeSyncApi>((_) => NativeSyncApi());
|