OTPInteractor class

Interact with native to get OTP code and telephone hint.

Constructors

OTPInteractor({MethodChannel channel = _defaultChannel, PlatformWrapper? platform})

Properties

hashCode int
The hash code for this object.
no setterinherited
hint Future<String?>
Show user telephone picker and get chosen number.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAppSignature() Future<String?>
Get app signature, that used in Retriever API.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startListenRetriever() Future<String?>
Broadcast receiver start listen for OTP code with Retriever API.
startListenUserConsent([String? senderPhone]) Future<String?>
Broadcast receiver start listen for OTP code with User Consent API.
stopListenForCode() Future<Object?>
Broadcast receiver stop listen for OTP code, use in dispose.
toString() String
A string representation of this object.
inherited

Operators

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