25 lines
		
	
	
		
			916 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			916 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| // GENERATED CODE - DO NOT MODIFY BY HAND
 | |
| 
 | |
| part of 'call.dart';
 | |
| 
 | |
| // **************************************************************************
 | |
| // RiverpodGenerator
 | |
| // **************************************************************************
 | |
| 
 | |
| String _$callNotifierHash() => r'a8ca3f625c0db3ad9992033ae70864ce15efc281';
 | |
| 
 | |
| /// See also [CallNotifier].
 | |
| @ProviderFor(CallNotifier)
 | |
| final callNotifierProvider = NotifierProvider<CallNotifier, CallState>.internal(
 | |
|   CallNotifier.new,
 | |
|   name: r'callNotifierProvider',
 | |
|   debugGetCreateSourceHash:
 | |
|       const bool.fromEnvironment('dart.vm.product') ? null : _$callNotifierHash,
 | |
|   dependencies: null,
 | |
|   allTransitiveDependencies: null,
 | |
| );
 | |
| 
 | |
| typedef _$CallNotifier = Notifier<CallState>;
 | |
| // ignore_for_file: type=lint
 | |
| // ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package
 |