FlutterNetCaptcha class

Constructors

FlutterNetCaptcha()

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 Methods

configVerifyCode(VerifyCodeConfig config) → void
配置验证码
getSdkVersion() Future<String?>
获取sdk版本号
showCaptcha({VerifyCodeMode mode = VerifyCodeMode.Normal, VerifyLanguage language = VerifyLanguage.ZH_TW, dynamic onLoaded()?, dynamic onVerify(VerifyCodeResponse data)?, dynamic onClose(VerifyCodeClose data)?, dynamic onError(String data)?}) → void
显示验证码