withImeOverrides method
Configures the SuperEditor to intercept and override desired IME signals, as
determined by the given imeOverrides.
Implementation
TestSuperEditorConfigurator withImeOverrides(DeltaTextInputClientDecorator imeOverrides) {
_config.imeOverrides = imeOverrides;
return this;
}