call method

void call(
  1. Msg msg
)

Dispatch a message. Can also be invoked directly as handler(msg).

Implementation

void call(Msg msg) => _dispatch(msg);