menu
gun_dart package
documentation
gun.dart
User
off method
off method
dark_mode
light_mode
off
method
User
off
(
)
Unsubscribe from changes.
Implementation
User off() { final user = _user.off(); return User._(user); }
gun_dart package
documentation
gun
User
off method
User class