Oboe constructor

Oboe()

Implementation

Oboe() {
  _controller = StreamController.broadcast();
  _stream = _controller.stream;
}