updates property

  1. @override
Stream<void> get updates
override

Listens to the updates of this RxUser while the returned Stream is listened to.

Implementation

@override
Stream<void> get updates => _controller.stream;