setLoggingEnabled static method

Future<void> setLoggingEnabled(
  1. bool enable
)

Implementation

static Future<void> setLoggingEnabled(bool enable) {
  return BolddeskSupportSdkPlatform.instance.setLoggingEnabled(enable);
}