PermissionRequestConfig constructor
const
PermissionRequestConfig({})
Creates a permission request configuration.
Implementation
const PermissionRequestConfig({
this.requestCriticalAlerts = false,
this.requestExactAlarms = true,
this.showRationale = true,
this.autoRetry = false,
this.maxRetries = 2,
this.onPermissionFailure,
this.autoOfferSettings = false,
this.settingsNavigationEnabled = true,
this.retryDelayMs = 1000,
});