useIosSelectionHeuristics method
Implementation
TestSuperEditorConfigurator useIosSelectionHeuristics(bool shouldUse) {
_config.useIosSelectionHeuristics = shouldUse;
return this;
}
TestSuperEditorConfigurator useIosSelectionHeuristics(bool shouldUse) {
_config.useIosSelectionHeuristics = shouldUse;
return this;
}