updateSelection method

void updateSelection(
  1. int start,
  2. int end
)

Implementation

void updateSelection(int start, int end) =>
    js_util.callMethod(this, 'updateSelection', [start, end]);