removeRowId method

void removeRowId(
  1. int id
)

Implementation

void removeRowId(int id) => rowIds.remove(id);