iosDetails property

DarwinNotificationDetails iosDetails
final

Implementation

final DarwinNotificationDetails iosDetails = const DarwinNotificationDetails(
    presentAlert: true,
    presentBadge: true,
    presentSound: true,
    presentBanner: true);