forIOS method
Configures the SuperEditor for standard iOS interactions, e.g., touch gestures and IME input.
Implementation
TestSuperEditorConfigurator forIOS() {
_config.gestureMode = DocumentGestureMode.iOS;
_config.inputSource = TextInputSource.ime;
return this;
}