loadMessages method

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

This method is used to load the messages.

Implementation

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