UserManager class

Constructors

UserManager()

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

getSelfUserInfo({String? operationID}) Future<UserInfo>
获取当前登录用户的信息
getUsersInfo({required List<String> uidList, String? operationID}) Future<List<FullUserInfo>>
获取用户资料 uidList 用户ID列表
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSelfInfo({String? nickname, String? faceURL, int? gender, int? appMangerLevel, String? phoneNumber, int? birth, String? email, String? ex, String? operationID}) Future<String?>
修改当前登录用户资料 nickname 昵称 faceURL 头像 gender 性别 appMangerLevel phoneNumber 手机号 birth 出生日期 email 邮箱 ex 扩展字段
toString() String
A string representation of this object.
inherited

Operators

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