CkPermissionHelperConfig constructor

const CkPermissionHelperConfig({
  1. String permissionDenied = 'Permission Denied',
  2. String openSettings = 'Open Settings',
  3. String cancel = 'Cancel',
  4. String permissionIsPermanentlyDenied = 'Permission is permanently denied.',
  5. String toFixThisPleaseGoTo = 'To fix this, please go to ',
  6. 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.',
});