loadMessages static method
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();
}