sendTextMessage static method
Implementation
static sendTextMessage(String message, String jid,
[String replyMessageId = ""]) {
return FlyChatFlutterPlatform.instance
.sendTextMessage(message, jid, replyMessageId);
}
static sendTextMessage(String message, String jid,
[String replyMessageId = ""]) {
return FlyChatFlutterPlatform.instance
.sendTextMessage(message, jid, replyMessageId);
}