ZIMKitUserService 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

connectUser({required String id, String name = '', String avatarUrl = ''}) Future<int>
currentUser() ZIMUserFullInfo?
disconnectUser() Future<void>
getConnectionStateChangedEventStream() Stream<ZegoSignalingPluginConnectionStateChangedEvent>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryUser(String id) Future<ZIMUserFullInfo>
toString() String
A string representation of this object.
inherited
updateUserInfo({String name = '', String avatarUrl = ''}) Future<int>

Operators

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