// GENERATED CODE - DO NOT MODIFY BY HAND part of 'notification.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** // GENERATED CODE - DO NOT MODIFY BY HAND // ignore_for_file: type=lint, type=warning @ProviderFor(NotificationUnreadCountNotifier) const notificationUnreadCountProvider = NotificationUnreadCountNotifierProvider._(); final class NotificationUnreadCountNotifierProvider extends $AsyncNotifierProvider { const NotificationUnreadCountNotifierProvider._() : super( from: null, argument: null, retry: null, name: r'notificationUnreadCountProvider', isAutoDispose: true, dependencies: null, $allTransitiveDependencies: null, ); @override String debugGetCreateSourceHash() => _$notificationUnreadCountNotifierHash(); @$internal @override NotificationUnreadCountNotifier create() => NotificationUnreadCountNotifier(); } String _$notificationUnreadCountNotifierHash() => r'8bff5ad3b65389589b4112add3246afd9b8e38f9'; abstract class _$NotificationUnreadCountNotifier extends $AsyncNotifier { FutureOr build(); @$mustCallSuper @override void runBuild() { final created = build(); final ref = this.ref as $Ref, int>; final element = ref.element as $ClassProviderElement< AnyNotifier, int>, AsyncValue, Object?, Object? >; element.handleValue(ref, created); } }