detach method
- TextInputClient client
Requests the text input control to detach from the given input client.
This method is called when a text input client is detached. The input control should release any resources allocated for the client.
Implementation
void detach(TextInputClient client) {}