hasNextMessages static method

  1. @Deprecated('')
Future<bool> hasNextMessages()

This hasNextMessages is used to find it has any Previous messages

Implementation

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