UpdateAccountAction<T extends Auth<AuthKeys> > class
- Inheritance
-
- Object
- AuthAction<
T> - UpdateAccountAction
Constructors
-
UpdateAccountAction({required Map<
String, dynamic> updates, String? id, bool notifiable = true}) -
const
Properties
Methods
-
execute(
BuildContext context) → Future< void> -
override
-
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