showFeedbackUI static method

Future<void> showFeedbackUI()

Brings up the Feedback UI (aka In-App chat UI)

Implementation

static Future<void> showFeedbackUI() async {
  await _channel?.invokeMethod('showFeedbackUI', <String, dynamic>{});
}