sendTextMessage static method

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

Implementation

static sendTextMessage(String message, String jid, String replyMessageId, {String? topicId}) {
  return FlyChatFlutterPlatform.instance.sendTextMessage(message, jid, replyMessageId, topicId: topicId);
}