PermissionFlowDelegate constructor
- Future<
bool> onShowRationale(- PermissionRationale rationale
- Future<
void> onOpenSettings()?,
Implementation
const PermissionFlowDelegate({
this.onShowRationale,
this.onOpenSettings,
});
const PermissionFlowDelegate({
this.onShowRationale,
this.onOpenSettings,
});