send method

void send()

Implementation

void send() {
  AppHolder.eventBus.fire(this);
}