changes method

  1. @override
Stream<void> changes()

Implementation

@override
Stream<void> changes() {
  return _controller.stream;
}