MethodChannelOtplessFlutter class

An implementation of OtplessFlutterPlatform that uses method channels.

Inheritance

Properties

eventChannel EventChannel
final
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

attachSecureService(String appId) Future<void>
enableDebugLogging(bool isEnabled) Future<void>
getEjectedSimEntries() Future<List<Map<String, dynamic>>>
getPlatformVersion() Future<String?>
inherited
initHeadless(String appid) Future<void>
isWhatsAppInstalled() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openOtplessLoginPage(OtplessResultCallback callback, Map<String, dynamic> jsonObject) Future<void>
setHeadlessCallback(OtplessResultCallback callback) Future<void>
setLoaderVisibility(bool visibility) Future<void>
setSimEventListener(OtplessSimEventListener? listener) Future<void>
setWebviewInspectable(bool isInspectable) Future<void>
showPhoneHintLib(bool showFallback) Future<Map<String, String>>
startHeadless(OtplessResultCallback callback, Map<String, dynamic> jsonObject) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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