completeEvent constant Null safety

EventStreamProvider<Event> const completeEvent

Static factory designed to expose complete events to event handlers that are not necessarily instances of Transaction.

See EventStreamProvider for usage information.

Implementation

static const EventStreamProvider<Event> completeEvent =
    const EventStreamProvider<Event>('complete');