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