withImePolicies method
Configures the SuperEditor with the given IME policies, which dictate the interactions
between focus, selection, and the platform IME, including software keyborads on mobile.
Implementation
TestSuperEditorConfigurator withImePolicies(SuperEditorImePolicies policies) {
_config.imePolicies = policies;
return this;
}