Flyverify class

Constructors

Flyverify()

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

Operators

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

Static Properties

currentOperatorType Future
no setter
getVersion Future<String?>
no setter
isVerifySupport Future<bool?>
no setter
platformVersion Future<String?>
no setter

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?