loadMessages static method

Future loadMessages()

This loadMessages is used to Fetch initial conversations between you and a single chat user or group. This method should be called only after the initializeMessageList Method.

Implementation

static Future<dynamic> loadMessages() {
  return FlyChatFlutterPlatform.instance.loadMessages();
}