notify method

void notify(
  1. T next
)

Implementation

void notify(T next) {
  _controller.add(next);
}