menu
meshagent package
documentation
protocol.dart
Protocol<T extends ProtocolChannel>
addHandler method
addHandler method
dark_mode
light_mode
addHandler
method
void
addHandler
(
String
type
,
ProtocolMessageHandler
handler
)
Implementation
void addHandler(String type, ProtocolMessageHandler handler) { handlers[type] = handler; }
meshagent package
documentation
protocol
Protocol<T extends ProtocolChannel>
addHandler method
Protocol class