send method

void send()

Sends the current value to listeners

Implementation

void send() {
  _controller.add(value);
}