SessionManagerInterface class abstract

Implementers

Constructors

SessionManagerInterface()

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

getLoginUserInfo() SyContact
getUserInfo({required SyCallBack<SyContact> callback}) → void
获取当前登录用户信息
isLoginSuccess() Future<bool>
loginByToken({required String token, required SyCallBack<AuthInfo> callback}) → void
loginByUuid({required String uuid, required SyCallBack<AuthInfo> callback}) → void
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
更新用户信息

Operators

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