ref property

  1. @override
AutoDisposeAsyncNotifierProviderRef<State> get ref
inherited

The Ref from the provider associated with this AsyncNotifier.

Implementation

@override
// ignore: deprecated_member_use_from_same_package
AutoDisposeAsyncNotifierProviderRef<State> get ref => _element;