configEventDispatcher property

RawEventDispatcher? configEventDispatcher

Implementation

RawEventDispatcher? get configEventDispatcher =>
    supportEventDispatching ? config![CONFIG_EVENT_DISPATCHER] : null;