CkPermissionHelperConfig constructor
const
CkPermissionHelperConfig({
- String permissionDenied = 'Permission Denied',
- String openSettings = 'Open Settings',
- String cancel = 'Cancel',
- String permissionIsPermanentlyDenied = 'Permission is permanently denied.',
- String toFixThisPleaseGoTo = 'To fix this, please go to ',
- String andAllowThePermissionManually = 'and allow the permission manually.',
Implementation
const CkPermissionHelperConfig({
this.permissionDenied = 'Permission Denied',
this.openSettings = 'Open Settings',
this.cancel = 'Cancel',
this.permissionIsPermanentlyDenied = 'Permission is permanently denied.',
this.toFixThisPleaseGoTo = 'To fix this, please go to ',
this.andAllowThePermissionManually = 'and allow the permission manually.',
});