modifyCell method

void modifyCell(
  1. int row,
  2. String column,
  3. String value
)

Implementation

void modifyCell(int row, String column, String value) =>
    obj.modifyCell(row, column, value);