hasNextMessages static method

Future<bool> hasNextMessages()

This hasNextMessages is used to find it has any Previous messages

Implementation

static Future<bool> hasNextMessages() {
  return FlyChatFlutterPlatform.instance.hasNextMessages();
}