setLogLevel static method

Future<void> setLogLevel(
  1. ACPLoggingLevel mode
)

Set the logging level of the SDK

@param {ACPMobileLogLevel} mode ACPMobileLogLevel to be used by the SDK

Implementation

static Future<void> setLogLevel(ACPLoggingLevel mode) =>
    _channel.invokeMethod('setLogLevel', mode.value);