Flyverify class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
addListener(FlyVerifyResultListener result)
→ void
-
-
autoFinishOAuthPage({bool flag = false})
→ Future
-
-
clearPhoneScripCache()
→ Future
-
-
enableDebug({bool enable = false})
→ Future
-
-
finishOAuthPage()
→ Future
-
-
manualDismissLoading()
→ Future
-
-
manualDismissLoginVC({bool flag = false})
→ Future
-
-
mobileAuthToken({double? timeout, required FlyVerifyResultListener result})
→ Future
-
-
mobileVerify({required String phoneNum, required Map<String, dynamic> tokenInfo, double? timeout, required FlyVerifyResultListener result})
→ Future
-
-
otherOAuthPageCallBack(FlyVerifyResultListener result)
→ Future
-
-
preVerify({double timeout = 4.0, required FlyVerifyResultListener result})
→ Future
-
-
registerSDK({String appKey = "", String appSecret = ""})
→ Future<void>
-
-
setAndroidLandscapeLayout(Map<String, Object> landUiSettings)
→ Future
-
-
setAndroidPortraitLayout(Map<String, Object> uiSettings)
→ Future
-
-
submitPrivacyGrantResult(bool status, dynamic result(bool)?)
→ Future
-
-
toast(String content)
→ Future
-
-
verify(FlyVerifyUIConfig config, FlyVerifyResultListener openAuthListener, FlyVerifyResultListener cancelAuthPageListener, FlyVerifyResultListener oneKeyLoginListener, FlyVerifyResultListener customEventListener, FlyVerifyResultListener androidEventListener)
→ Future?
-