menu
flutter_linkid_mmp package
documentation
notifications/notification_foreground_setting.dart
IOSNotificationForegroundSetting
IOSNotificationForegroundSetting.new const constructor
IOSNotificationForegroundSetting.new const constructor
dark_mode
light_mode
IOSNotificationForegroundSetting
constructor
const
IOSNotificationForegroundSetting
(
{
bool
alert
=
true
,
bool
badge
=
true
,
bool
sound
=
true
,
})
Implementation
const IOSNotificationForegroundSetting({this.alert = true, this.badge = true, this.sound = true});
flutter_linkid_mmp package
documentation
notifications/notification_foreground_setting
IOSNotificationForegroundSetting
IOSNotificationForegroundSetting.new const constructor
IOSNotificationForegroundSetting class