fire<T> static method

void fire<T>(
  1. T event
)

Implementation

static void fire<T>(T event) => _eventBus.fire(event);