off method

User off()

Unsubscribe from changes.

Implementation

User off() {
  final user = _user.off();
  return User._(user);
}