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