ZegoUserService mixin

Mixin Applications

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

getAllUsers() List<ZegoUIKitUser>
get all users, include local user and remote users
getInRoomUserAttributesNotifier(String userID) ValueNotifier<ZegoUIKitUserAttributes>
get notifier of in-room user attributes
getLocalUser() ZegoUIKitUser
get local user
getMeRemovedFromRoomStream() Stream<String>
get kicked out notifier
getRemoteUsers() List<ZegoUIKitUser>
get remote users, not include local user
getUser(String userID) ZegoUIKitUser
get user by user id
getUserJoinStream() Stream<List<ZegoUIKitUser>>
get user join notifier
getUserLeaveStream() Stream<List<ZegoUIKitUser>>
get user leave notifier
getUserListStream() Stream<List<ZegoUIKitUser>>
get user list notifier
login(String id, String name) → void
login
logout() → void
logout
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeUserFromRoom(List<String> userIDs) Future<bool>
remove user from room, kick out
toString() String
A string representation of this object.
inherited

Operators

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