MediatorConfig constructor
const
MediatorConfig({
- required Widget child,
- void onInitialize()?,
- Map<
Type, CommandHandlerDelegate> ? commandHandlers, - Map<
Type, QueryHandlerDelegate> ? queryHandlers, - Map<
Type, List< ? aggregatorHandlers,AggregatorHandlerDelegate> > - Map<
Type, List< ? eventHandlers,EventHandlerDelegate> > - Key? key,
Implementation
const MediatorConfig({
required this.child,
this.onInitialize,
this.commandHandlers,
this.queryHandlers,
this.aggregatorHandlers,
this.eventHandlers,
super.key,
});