insertRows abstract method

void insertRows(
  1. int rowIdx,
  2. List<PlutoRow> rows, {
  3. bool notify = true,
})
inherited

Implementation

void insertRows(
  int rowIdx,
  List<PlutoRow> rows, {
  bool notify = true,
});