deleteCell method

void deleteCell(
  1. int index
)

Implementation

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