NotificationDetails constructor
const
NotificationDetails({
- AndroidNotificationDetails? android,
- IOSNotificationDetails? iOS,
- MacOSNotificationDetails? macOS,
Constructs an instance of NotificationDetails.
Implementation
const NotificationDetails({
this.android,
this.iOS,
this.macOS,
});