sendContactUsInfo static method

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

Implementation

static Future<bool?> sendContactUsInfo(String title, String description) {
  return FlyChatFlutterPlatform.instance.sendContactUsInfo(title, description);
}