stream property

Stream<Map> get stream

this dispatch the data we receive onto the stream listeners...

Implementation

Stream<Map> get stream async* {
  yield* _controller.stream;
}