loadNextMessages method
This method is used to load the next messages.
Implementation
Future<void> loadNextMessages(Function(FlyResponse response) callback) {
throw UnimplementedError('loadNextMessages has not been implemented.');
}
This method is used to load the next messages.
Future<void> loadNextMessages(Function(FlyResponse response) callback) {
throw UnimplementedError('loadNextMessages has not been implemented.');
}