emit method

  1. @protected
void emit(
  1. String eventName,
  2. Notification notification
)

Implementation

@protected
void emit(String eventName, Notification notification) {
  events.emit(eventName, notification);
}