disable static method
void
disable()
Disables logging functionality.
After calling this method, subsequent calls to log will not print any messages.
Implementation
static void disable() => _isEnabled = false;
Disables logging functionality.
After calling this method, subsequent calls to log will not print any messages.
static void disable() => _isEnabled = false;