setLoggingErrors static method

void setLoggingErrors(
  1. bool log
)

Implementation

static void setLoggingErrors(bool log) => _instance.logErrors = log;