disableFeedbackForm static method

Future<void> disableFeedbackForm()

Disables the ability to present users with feedback when devices is shaken, or if a screenshot is taken. Must be called before begin.

Implementation

static Future<void> disableFeedbackForm() async {
  TestFairyBase.prepareTwoWayInvoke();
  await TestFairyBase.channel.invokeMethod<void>('disableFeedbackForm');
}