PinChangeHandler class abstract
The object handling the old and new PIN provided by the end-user.
- Inheritance
-
- Object
- CancellableHandler
- PinChangeHandler
Constructors
- PinChangeHandler(String operationId)
-
Default constructor that creates a PinChangeHandler.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancel(
) → Future< void> -
This method should be invoked if the operation must be canceled.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pins(
String oldPin, String newPin) → Future< void> - Specify the old PIN and the new PIN.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited