setLoggingEnabled static method

void setLoggingEnabled(
  1. bool isLoggingEnabled
)

Implementation

static void setLoggingEnabled(bool isLoggingEnabled) async {
  await _channel.invokeMethod(
      "setLoggingEnabled", {"isLoggingEnabled": isLoggingEnabled});
}