EventApi constructor

EventApi()

Constructs an EventApi instance.

By default, this constructor returns an EventImpl instance, which implements the EventApi interface.

Implementation

factory EventApi() => EventImpl();