onProcess method

Stream<T?> onProcess()

Implementation

Stream<T?> onProcess() {
  return _controller.stream;
}