send method

void send(
  1. dynamic event
)

Implementation

void send(dynamic event) => add(event);