detach method

  1. @override
void detach()
override

Detach connector from the validation controller

Implementation

@override
void detach() {
  super.detach();

  _subscription?.cancel();
  _subscription = null;
}