send method

void send(
  1. dynamic event
)

发送事件

event 事件

Implementation

void send(event) => _broadcast.add(event);