MessageSender class abstract

Implementers

Constructors

MessageSender()

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

forwardChatMessage(ChatMessage toForwardMessage, String toId, String toName, String toRoom) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replyToMessage(ChatMessage originalMessage, ChatMessage newMessage, String room) → void
sendChatMessage(ChatMessage message, String bareRoom) → void
sendFileChatMessage({required MessageType type, required String fileLocalPath, required String room}) → void
sendLocationMessage(double longitude, double latitude, String? address, String room) → void
toString() String
A string representation of this object.
inherited

Operators

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