setColors static method
Enable/disable colors in logs (independent of emojis)
Implementation
static void setColors(bool enabled) => _showColors = enabled;
Enable/disable colors in logs (independent of emojis)
static void setColors(bool enabled) => _showColors = enabled;