defaults property
IOSNotificationConfig
get
defaults
Returns the default iOS notification configuration.
Implementation
static IOSNotificationConfig get defaults => const IOSNotificationConfig(
presentList: true,
presentAlert: true,
presentBadge: true,
presentSound: true,
presentBanner: true,
);