ReviewIntroSeen class

Whether the user has dismissed the one-time spaced-repetition intro banner shown at the top of ReviewSessionScreen. The standalone /onboarding/review screen was removed in favour of this contextual banner — the explanation lands the moment the user enters their first review session, then never again.

Inheritance
  • Object
  • _$ReviewIntroSeen
  • ReviewIntroSeen
Annotations

Constructors

ReviewIntroSeen()

Properties

future Future<bool>
Obtains a Future that resolves with the first state value that is not AsyncLoading.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
ref AutoDisposeAsyncNotifierProviderRef<bool>
The Ref from the provider associated with this AsyncNotifier.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state AsyncValue<bool>
The value currently exposed by this AsyncNotifier.
getter/setter pairinherited

Methods

build() Future<bool>
Initialize an AsyncNotifier.
override
listenSelf(void listener(AsyncValue<bool>? previous, AsyncValue<bool> next), {void onError(Object error, StackTrace stackTrace)?}) → void
Listens to changes on the value exposed by this provider.
inherited
markSeen() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(FutureOr<bool> cb(bool), {FutureOr<bool> onError(Object err, StackTrace stackTrace)?}) Future<bool>
A function to update state from its previous value, while abstracting loading/error cases for state.
inherited
updateShouldNotify(AsyncValue<bool> previous, AsyncValue<bool> next) bool
A method invoked when the state exposed by this AsyncNotifier changes.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited