SystemAppNotification.from constructor
- AppNotification notification, {
- required IosAppNotification iOS,
- required AndroidAppNotification android,
Implementation
SystemAppNotification.from(
AppNotification notification, {
required this.iOS,
required this.android,
}) : id = notification.id,
action = notification.action;