call method

void call(
  1. P payload
)

Implementation

void call(P payload) => _dispatcher(Action<P>(_name, payload));