updateConfig method
Requests that the text input control update itself according to the new TextInputConfiguration.
Implementation
@override
void updateConfig(TextInputConfiguration configuration) => client?.updateConfig(configuration);
Requests that the text input control update itself according to the new TextInputConfiguration.
@override
void updateConfig(TextInputConfiguration configuration) => client?.updateConfig(configuration);