PendingOtpVerification class

Verify OTP resolver

Mixed in types

Constructors

PendingOtpVerification(MethodChannel _channel, Map<String, dynamic> response)

Properties

hashCode int
The hash code for this object.
no setterinherited
response Map<String, dynamic>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decodeError(PlatformException error) Map<String, dynamic>
Mapping communication error structure.
inherited
getTimeout(Methods method) Duration
Specific timeout logic for specific methods.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
timeoutError() Map<String, dynamic>
Genetic timeout error.
inherited
toString() String
A string representation of this object.
inherited
verify(dynamic code) Future<Map<String, dynamic>?>

Operators

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