menu
xterm package
documentation
util/event_debouncer.dart
EventDebouncer
notifyEvent method
notifyEvent method
dark_mode
light_mode
notifyEvent
method
void
notifyEvent
(
Function
callback
)
Implementation
void notifyEvent(Function callback) { _latestCallback = callback; _consumeLatestCallback(); }
xterm package
documentation
util/event_debouncer
EventDebouncer
notifyEvent method
EventDebouncer class