menu
mockingbird_messaging package
documentation
mockingbird_messaging.dart
Protocol
callHandler method
callHandler method
dark_mode
light_mode
callHandler
method
@
protected
dynamic
callHandler
(
Event
e
)
Implementation
@protected callHandler(Event e) { for (var handler in _handlers) { handler.handle(e); } }
mockingbird_messaging package
documentation
mockingbird_messaging
Protocol
callHandler method
Protocol class