EventSubscriptionBuilder<T>.create constructor

EventSubscriptionBuilder<T>.create(
  1. EventHandlerStore store
)

Creates a new EventSubscriptionBuilder this can be used to mutate the events before they reach the EventHandler using the builder pattern.

Implementation

factory EventSubscriptionBuilder.create(EventHandlerStore store) =
    _EventSubscriptionBuilder;