SystemAppNotification constructor
- required int id,
- required AppNotificationAction? action,
- required AndroidAppNotification android,
- required IosAppNotification iOS,
Implementation
const SystemAppNotification({
required this.id,
required this.action,
required this.android,
required this.iOS,
});