WepinManagerModel class
Constructors
- WepinManagerModel()
-
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
-
subscription
↔ StreamSubscription<
String> -
getter/setter pair
Methods
-
closeEventListener(
) → void -
createEventListener(
) → void -
finalize(
) → void -
getAccounts(
) → List< Account> ? -
getAppUniqueId(
) → String -
getExternalIdToken(
) → String -
getInitialized(
) → bool -
getPlatformNumber(
) → int -
getSecureStorageData(
String key) → Future< String?> -
getSignedToken(
) → String -
getWepiinAccessToken(
) → Future< String?> -
getWepiinRefreshToken(
) → Future< String?> -
getWepinStatus(
) → String -
getWepinUserInfo(
) → WepinUser -
getWidgetUrlFromAppKey(
String appKey) → String -
listenResultEvent(
) → Future< EventResult> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendResultEvent(
bool result, String? message) → void -
setAccounts(
List< Account> ? accounts) → dynamic -
setAppUniqueId(
) → Future< void> -
setExternalIdToken(
String token) → void -
setInitialized(
bool isInit) → dynamic -
setSecureStorageData(
String key, String value) → Future< void> -
setSignedToken(
String singedValue) → void -
setWepinStatus(
String status) → void -
setWepinUserInfo(
WepinUser wepinUser) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited