removeConnector abstract method

void removeConnector(
  1. ValidationConnector<K, dynamic> connector
)

Remove ValidationConnector.

This method doesn't detach connector, which means that connector still will be thinking that he's attached to the controller

To properly remove connector use ValidationConnector.detach

Implementation

void removeConnector(ValidationConnector<K, dynamic> connector);