menu
playerctl package
documentation
core/logger.dart
PlayerctlLogger
disableAll static method
disableAll static method
dark_mode
light_mode
disableAll
static method
void
disableAll
(
)
Disable all logs
Implementation
static void disableAll() { _level = LogLevel.none; }
playerctl package
documentation
core/logger
PlayerctlLogger
disableAll static method
PlayerctlLogger class