AliAuthPluginWeb class

A web implementation of the AliAuthPluginPlatform of the AliAuthPlugin plugin.

Inheritance

Constructors

AliAuthPluginWeb.new()
Constructs a AliAuthPluginWeb

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

checkEnvAvailable() Future<bool>
inherited
getLoginToken({AuthUiConfig? uiConfig}) Future<String?>
inherited
getPlatformVersion() Future<String?>
Returns a String containing the version of the platform.
override
getSdkVersion() Future<String?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
quitLoginPage() Future<bool>
inherited
setAuthSDKInfo(String androidAppSecret, String iosAppSecret) Future<bool>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → void