modifyCell method

  1. @override
void modifyCell(
  1. int r,
  2. String c,
  3. String v
)
override

Implementation

@override
void modifyCell(int r, String c, String v) =>
    _invokeVoidIntStrStr("ModifyCell", r, c, v);