MethodChannelOtplessFlutter class

An implementation of OtplessFlutterPlatform that uses method channels.

Inheritance

Properties

eventListener OtplessEventListener?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getActiveSession() Future<OtplessSessionResult>
override
initialize(String appid) Future<String>
override
initializeSession(String appId) Future<void>
override
isWhatsAppInstalled() Future<bool>
override
logout() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDebugLogging(bool enable) Future<void>
override
setEventListener(OtplessEventListener listener) Future<void>
override
setResponseCallback(OtplessResultCallback callback) Future<void>
override
start(LoginPageParams params) Future<void>
override
stop() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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