useIosSelectionHeuristics method

TestSuperEditorConfigurator useIosSelectionHeuristics(
  1. bool shouldUse
)

Implementation

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