setTestMode static method

Future<Null> setTestMode(
  1. bool on
)

Implementation

static Future<Null> setTestMode(bool on) async {
  await _channel.invokeMethod('setTestMode',{'on':on});
}