allowAll method

void allowAll()

Implementation

void allowAll() {
  for (var element in permission) {
    element.allow = true;
  }
}