RecordEventService constructor

RecordEventService()

Implementation

RecordEventService() : _controller = StreamController.broadcast() {
  this.registerDisposer(() => _controller.close());
}