SessionManager class
- Inheritance
-
- Object
- SessionManagerInterface
- SessionManager
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- loginChatUser ↔ SyContact
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getLoginUserInfo(
) → SyContact -
override
-
getUserInfo(
{required SyCallBack< SyContact> callback}) → void -
获取当前登录用户信息
override
-
isLoginSuccess(
) → Future< bool> -
override
-
loginByToken(
{required String token, required SyCallBack< AuthInfo> callback}) → void -
override
-
loginByUuid(
{required String uuid, required SyCallBack< AuthInfo> callback}) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateUserInfo(
{required SyContact contact, required SyCallBack< bool> callback}) → void -
更新用户信息
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited