close method

  1. @override
void close()
override

Stop interacting with the text input control.

After calling this method, the text input control might disappear if no other client attaches to it within this animation frame.

Implementation

@override
void close() => client?.close();