withImeConfiguration method
Configures the way in which the user interacts with the IME, e.g., brightness, autocorrection, etc.
Implementation
TestSuperEditorConfigurator withImeConfiguration(SuperEditorImeConfiguration configuration) {
_config.imeConfiguration = configuration;
return this;
}