updateConfig method

  1. @override
void updateConfig(
  1. TextInputConfiguration configuration
)
override

Requests that the text input control update itself according to the new TextInputConfiguration.

Implementation

@override
void updateConfig(TextInputConfiguration configuration) => client?.updateConfig(configuration);