PermissionUpdatedOptions constructor

PermissionUpdatedOptions({
  1. required PermissionUpdatedData data,
  2. ShowAlert? showAlert,
  3. void updateIslevel(
    1. String
    )?,
})

Implementation

PermissionUpdatedOptions({
  required this.data,
  this.showAlert,
  this.updateIslevel,
});