AuthStateChangeAction<T extends AuthState> class
- Inheritance
-
- Object
- FlutterFireUIAction
- AuthStateChangeAction
Constructors
- AuthStateChangeAction(void callback(BuildContext context, T state))
Properties
- callback → void Function(BuildContext context, T state)
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
invoke(
BuildContext context, T state) → void -
matches(
AuthState state) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited