setLogLevel static method

void setLogLevel(
  1. int logLevelInt
)

Implementation

static void setLogLevel(int logLevelInt) {
  _channel.invokeMethod("setLogLevel", {"logLevel": logLevelInt});
}