DispatchStrategy.sequential constructor

const DispatchStrategy.sequential()

Dispatches events one by one to the EventHandler's.

See SequentialDispatchStrategy.

Implementation

const factory DispatchStrategy.sequential() = SequentialDispatchStrategy;