denyAll method

void denyAll()

Implementation

void denyAll() {
  for (var element in permission) {
    element.allow = false;
  }
}