call method
void
call(
- Msg msg
Dispatch a message. Can also be invoked directly as handler(msg).
Implementation
void call(Msg msg) => _dispatch(msg);
Dispatch a message. Can also be invoked directly as handler(msg).
void call(Msg msg) => _dispatch(msg);