setLogging static method

void setLogging(
  1. bool log
)

Implementation

static void setLogging(bool log) => _instance.logEvents = log;