sendContactUsInfo method

Future<bool?> sendContactUsInfo(
  1. String title,
  2. String description
)

Implementation

Future<bool?> sendContactUsInfo(String title, String description) {
  throw UnimplementedError('has not been implemented.');
}