enableLogs static method

void enableLogs(
  1. bool enable
)

Enables or disables logging output.

Set enable to true to activate debug logs.

Implementation

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