enableLogs static method

void enableLogs(
  1. bool enable
)

Implementation

static void enableLogs(bool enable) {
  _enableLogs = enable;
}