sendTextMessage method

dynamic sendTextMessage(
  1. String message,
  2. String jid,
  3. String replyMessageId, {
  4. String? topicId,
})

Implementation

sendTextMessage(String message, String jid, String replyMessageId,
    {String? topicId}) {
  throw UnimplementedError('has not been implemented.');
}