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