IOSInitializationSettings constructor
const
IOSInitializationSettings({})
Constructs an instance of IOSInitializationSettings.
Implementation
const IOSInitializationSettings({
this.requestAlertPermission = true,
this.requestSoundPermission = true,
this.requestBadgePermission = true,
this.defaultPresentAlert = true,
this.defaultPresentSound = true,
this.defaultPresentBadge = true,
this.onDidReceiveLocalNotification,
});