publish method

  1. @override
void publish(
  1. NEW_EVENT newEvent,
  2. EventBus bus
)
override

Implementation

@override
void publish(NEW_EVENT newEvent, EventBus bus) {
  bus.publishAndSave(newEvent);
}