showFeedbackForm static method
Displays the feedback activity or view controller depending on your platform. Must be called after begin.
Allows users to provide feedback about the current session. All feedbacks will appear in your build report page, and in the recorded session page.
Implementation
static Future<void> showFeedbackForm() async {
TestFairyBase.prepareTwoWayInvoke();
await TestFairyBase.channel.invokeMethod<void>('showFeedbackForm');
}