pushEvent static method

void pushEvent(
  1. AppEvent event
)

Implementation

static void pushEvent(AppEvent event) {
  _streamController.add(event);
}