startLiveTextInput static method

void startLiveTextInput()

Start Live Text input.

If any TextInputConnection is currently active, calling this method will tell the text field to start Live Text input. If the current device doesn't support Live Text input, nothing will happen.

Implementation

static void startLiveTextInput() {
  SystemChannels.textInput.invokeMethod('TextInput.startLiveTextInput');
}