GtOneloginFlutterPlugin class

Constructors

GtOneloginFlutterPlugin(String appId, [int? timeout])

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

addEventListener({EventHandler<void>? onBackButtonClick, EventHandler<void>? onAuthButtonClick, EventHandler<void>? onSwitchButtonClick, EventHandler<bool>? onTermCheckBoxClick, EventHandler<void>? onAuthDialogDisagreeBtnClick, EventHandler<void>? onCustomDisabledAuthAction}) → dynamic
deletePreResultCache() → dynamic
destroy() → dynamic
dismissAuthView() → dynamic
getCurrentCarrier() Future<OLCarrierType>
getCurrentNetworkInfo() Future<OLNetworkInfo>
isAvailable() Future<bool>
isProtocolCheckboxChecked() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renewPreGetToken() → dynamic
requestToken([OLUIConfiguration? configuration]) Future<Map<String, dynamic>>
------------核心接口-----------
sdkVersion() Future<String>
setLogEnable(bool enable) → dynamic
-------------配置接口------------------
setProtocolCheckState(bool isChecked) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

flutterLog → const String