withImeConfiguration method

TestSuperEditorConfigurator withImeConfiguration(
  1. SuperEditorImeConfiguration configuration
)

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;
}