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