detachTextInputClient method

dynamic detachTextInputClient()

Implementation

detachTextInputClient() {
  _textInputConnection?.close();
}