call method
Dispatcher
call(
- Dispatcher dispatcher,
- void initializer(
- dynamic (
- S
- dynamic (
- StateChannel<
StateAction< state,S, dynamic> > - Dispatcher next,
Implementation
Dispatcher call(
Dispatcher dispatcher,
void Function(dynamic Function(S)) initializer,
StateChannel<StateAction<S, dynamic>> state,
Dispatcher next
) => _closure(dispatcher, initializer, state, next);