detachInput method
void
detachInput()
Implementation
void detachInput() {
connectionManager.detachInput();
state.detachInput();
_document = null;
}
void detachInput() {
connectionManager.detachInput();
state.detachInput();
_document = null;
}