sendContactUsInfo method
Future<void>
sendContactUsInfo(
- String title,
- String description,
- dynamic callback(
- FlyResponse response
This method is used to send contact us information.
Implementation
Future<void> sendContactUsInfo(String title, String description,
Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}