// GENERATED CODE - DO NOT MODIFY BY HAND part of 'call_button.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** // GENERATED CODE - DO NOT MODIFY BY HAND // ignore_for_file: type=lint, type=warning @ProviderFor(ongoingCall) const ongoingCallProvider = OngoingCallFamily._(); final class OngoingCallProvider extends $FunctionalProvider< AsyncValue, SnRealtimeCall?, FutureOr > with $FutureModifier, $FutureProvider { const OngoingCallProvider._({ required OngoingCallFamily super.from, required String super.argument, }) : super( retry: null, name: r'ongoingCallProvider', isAutoDispose: true, dependencies: null, $allTransitiveDependencies: null, ); @override String debugGetCreateSourceHash() => _$ongoingCallHash(); @override String toString() { return r'ongoingCallProvider' '' '($argument)'; } @$internal @override $FutureProviderElement $createElement( $ProviderPointer pointer, ) => $FutureProviderElement(pointer); @override FutureOr create(Ref ref) { final argument = this.argument as String; return ongoingCall(ref, argument); } @override bool operator ==(Object other) { return other is OngoingCallProvider && other.argument == argument; } @override int get hashCode { return argument.hashCode; } } String _$ongoingCallHash() => r'48031badb79efa07aefb3a4fc51635be457bd3f9'; final class OngoingCallFamily extends $Family with $FunctionalFamilyOverride, String> { const OngoingCallFamily._() : super( retry: null, name: r'ongoingCallProvider', dependencies: null, $allTransitiveDependencies: null, isAutoDispose: true, ); OngoingCallProvider call(String roomId) => OngoingCallProvider._(argument: roomId, from: this); @override String toString() => r'ongoingCallProvider'; }