OtplessFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • OtplessFlutterPlatform
Implementers

Constructors

OtplessFlutterPlatform()
Constructs a OtplessFlutterPlatform.

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

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

Operators

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

Static Properties

instance OtplessFlutterPlatform
The default instance of OtplessFlutterPlatform to use.
getter/setter pair