loadNextMessages static method
This loadNextMessages is used to fetch next set of conversations between you and a single chat user or group. This set contains the limit/length set in initializeMessageList method
Implementation
static Future<dynamic> loadNextMessages() {
return FlyChatFlutterPlatform.instance.loadNextMessages();
}