updateBody method

dynamic updateBody(
  1. List<List<FreedomTableBodyCell>> rows
)

Implementation

updateBody(List<List<FreedomTableBodyCell>> rows) {
  freedomTableData.updateBody(rows);
}