updateSelectionBound method

void updateSelectionBound(
  1. DOMRect selectionBound
)

Implementation

void updateSelectionBound(DOMRect selectionBound) =>
    js_util.callMethod(this, 'updateSelectionBound', [selectionBound]);