checkByID method

void checkByID(
  1. dynamic id,
  2. bool check
)

Implementation

void checkByID(dynamic id, bool check) {
  _checkByIDImpl(id, check, false, true);
}