detachInput method

void detachInput()

Implementation

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