You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-08 06:23:00 +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());
|