send method

void send(
  1. T event
)

Implementation

void send(T event) => _streamController.add(event);