sendContactUsInfo method

Future<void> sendContactUsInfo(
  1. String title,
  2. String description,
  3. dynamic callback(
    1. 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.');
}