loadNextMessages method

Future<void> loadNextMessages(
  1. dynamic callback(
    1. FlyResponse response
    )
)

This method is used to load the next messages.

Implementation

Future<void> loadNextMessages(Function(FlyResponse response) callback) {
  throw UnimplementedError('loadNextMessages has not been implemented.');
}