fire<T> static method
Dispara event no EventBus global (ou no eventBus fornecido).
Implementation
static void fire<T>(T event, {EventBus? eventBus}) {
ModularEvent.fire<T>(event, eventBus: eventBus);
}
Dispara event no EventBus global (ou no eventBus fornecido).
static void fire<T>(T event, {EventBus? eventBus}) {
ModularEvent.fire<T>(event, eventBus: eventBus);
}