mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-30 18:22:37 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			236 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			236 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| import 'package:immich_mobile/services/api.service.dart';
 | |
| import 'package:riverpod_annotation/riverpod_annotation.dart';
 | |
| 
 | |
| part 'api.provider.g.dart';
 | |
| 
 | |
| @Riverpod(keepAlive: true)
 | |
| ApiService apiService(ApiServiceRef ref) => ApiService();
 |