refreshGroup method

void refreshGroup(
  1. Object id
)

Refresh specific group

Implementation

void refreshGroup(Object id) {
  notify(id: id);
}