setLogging static method

Future<Null> setLogging(
  1. bool on
)

Implementation

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