changeStatus method

void changeStatus(
  1. TagComment value
)

Implementation

void changeStatus(TagComment value) {
  status = value;
  reloadFirstPage(read);
}