off method

Gun off()

Unsubscribe from changes.

Implementation

Gun off() {
  final gun = _gun.off();
  return Gun._(gun);
}