detach method
Detach connector from the validation controller
Implementation
@override
void detach() {
super.detach();
_subscription?.cancel();
_subscription = null;
}
Detach connector from the validation controller
@override
void detach() {
super.detach();
_subscription?.cancel();
_subscription = null;
}