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