hasNextMessages method

Future<bool> hasNextMessages()

Implementation

Future<bool> hasNextMessages() {
  throw UnimplementedError('hasNextMessages has not been implemented.');
}