OnUserListener class

当前用户资料监听

Constructors

OnUserListener({dynamic onSelfInfoUpdated(UserInfo info)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onSelfInfoUpdated ↔ (dynamic Function(UserInfo info)?)
The information of the logged-in user has been updated
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selfInfoUpdated(UserInfo info) → void
自身信息发送变化回调
toString() String
A string representation of this object.
inherited

Operators

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