Wepin class
Constructors
- Wepin.new()
-
factory
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
-
closeWidget(
) → void -
finalize(
) → Future< void> -
getAccounts(
) → List< Account> ? -
getSignForLogin(
String privKey, String idToken) → String -
getStatus(
) → Future< String> -
handleWepinLink(
Uri linkUrl) → void -
initialize(
BuildContext appContext, WepinOptions wepinOptions) → Future< void> -
isInitialized(
) → bool -
login(
) → Future< WepinUser> -
loginWithExternalToken(
String idToken, String sign) → Future< WepinUser> -
logout(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openWidget(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited