disposeRadio method

void disposeRadio()
inherited

Implementation

void disposeRadio() {
  _subscription?.cancel();
  // Don't remove group values on dispose - other radios might still need them
  // Only remove if this is the last radio in the group

}