setTesting static method

Future<void> setTesting(
  1. bool testMode
)

Set testMode

Implementation

static Future<void> setTesting(bool testMode) async {
  return _channel.invokeMethod('setTesting', {'testMode': testMode});
}