menu
xterm package
documentation
util/debug_handler.dart
DebugHandler
onMsg method
onMsg method
dark_mode
light_mode
onMsg
method
void
onMsg
(
Object
msg
)
Implementation
void onMsg(Object msg) { if (!_enabled) return; print(AnsiColor.green('<MSG $msg>')); }
xterm package
documentation
util/debug_handler
DebugHandler
onMsg method
DebugHandler class