DispatchSubscriber<S> constructor

DispatchSubscriber<S>({
  1. required DispatchWidgetBuilder builder,
  2. Key? key,
})

Implementation

DispatchSubscriber({
  required this.builder,
  Key? key,
}) : super(key: key);