PermissionUpdatedOptions constructor
- required PermissionUpdatedData data,
- ShowAlert? showAlert,
- void updateIslevel()?,
Implementation
PermissionUpdatedOptions({
required this.data,
this.showAlert,
this.updateIslevel,
});
PermissionUpdatedOptions({
required this.data,
this.showAlert,
this.updateIslevel,
});