unsubscribeControl method

  1. @protected
  2. @mustCallSuper
void unsubscribeControl()

Implementation

@protected
@mustCallSuper
void unsubscribeControl() {
  _statusChangesSubscription.cancel();
  _touchChangesSubscription.cancel();
  valueAccessor.dispose();
}