getMessagesOfJid static method

Future getMessagesOfJid(
  1. String jid
)

Implementation

static Future<dynamic> getMessagesOfJid(String jid) {
  return FlyChatFlutterPlatform.instance.getMessagesOfJid(jid);
}