eventBus property
The host-owned merged, timestamped, ring-buffered event bus. Plugins that
mix in EventSource are relayed onto it automatically; anything else can
add a breadcrumb directly with scope.eventBus.add(...).
Implementation
@override
VantageEventBus get eventBus => _eventBus;