hasNextMessages static method
This hasNextMessages is used to find it has any Previous messages
Implementation
@Deprecated('')
static Future<bool> hasNextMessages() {
return FlyChatFlutterPlatform.instance.hasNextMessages();
}
This hasNextMessages is used to find it has any Previous messages
@Deprecated('')
static Future<bool> hasNextMessages() {
return FlyChatFlutterPlatform.instance.hasNextMessages();
}