sdkLogEnable method

void sdkLogEnable()

Implementation

void sdkLogEnable() async {
  return _channel.invokeMethod("sdkLogEnable");
}