mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00: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());
|