ref property

  1. @override
StreamNotifierProviderRef<State> ref
inherited

The Ref from the provider associated with this AsyncNotifier.

Implementation

@override
StreamNotifierProviderRef<State> get ref => _element;