showNativeLog property

set showNativeLog (bool value)

Implementation

static set showNativeLog(bool value) {
  _channel.invokeMethod("showLog", value);
}