deleteRow method

void deleteRow(
  1. int index
)

Implementation

void deleteRow(int index) => js_util.callMethod(this, 'deleteRow', [index]);