VerifySpeedPlugin class final
Properties
- channel → MethodChannel
-
final
- clientKey ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkInterruptedSession(
{required void onSuccess(String token)}) → Future< void> -
initialize(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyOnResumed(
) → Future< void> -
setClientKey(
String clientKey) → void -
toString(
) → String -
A string representation of this object.
inherited
-
validateOtp(
{required String verificationKey, required String otpCode, required void onSuccess(String token), required void onFailure(VerifySpeedError error)}) → Future< void> -
verifyPhoneNumberWithDeepLink(
{required String deepLink, required String verificationKey, bool redirectToStore = true, required void onSuccess(String token), required void onFailure(VerifySpeedError error)}) → Future< void> -
verifyPhoneNumberWithOtp(
{required String phoneNumber, required String verificationKey}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → VerifySpeedPlugin
-
final