PermissionFlowDelegate constructor

const PermissionFlowDelegate({
  1. Future<bool> onShowRationale(
    1. PermissionRationale rationale
    )?,
  2. Future<void> onOpenSettings()?,
})

Implementation

const PermissionFlowDelegate({
  this.onShowRationale,
  this.onOpenSettings,
});