reset method

void reset()

Implementation

void reset() {
  _state = PermissionState.initial();
  notifyListeners();
}