ZegoMessageService 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
-
getInRoomLocalMessageStream(
) → Stream< ZegoInRoomMessage> - local message sent notifier
-
getInRoomMessageListStream(
) → Stream< List< ZegoInRoomMessage> > - messages notifier
-
getInRoomMessages(
) → List< ZegoInRoomMessage> - get history messages
-
getInRoomMessageStream(
) → Stream< ZegoInRoomMessage> - latest message received notifier
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resendInRoomMessage(
ZegoInRoomMessage message) → Future< bool> - re-send in-room message
-
sendInRoomMessage(
String message) → Future< bool> - send in-room message
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited