menu
riverpod package
documentation
riverpod.dart
AnyNotifier<StateT, ValueT>
ref property
ref property
dark_mode
light_mode
ref
property
@protected
Ref
get
ref
The
Ref
associated with this notifier.
Implementation
@protected Ref get ref => $ref;
riverpod package
documentation
riverpod
AnyNotifier<StateT, ValueT>
ref property
AnyNotifier class