getUser method

  1. @override
Stream<User> getUser()
override

Implementation

@override
Stream<User> getUser() {
  return _userController.stream;
}