PushNotificationError constructor
const
PushNotificationError({
- required String message,
- String? code,
- NotificationData? originalData,
Push notification error state
Implementation
const PushNotificationError({
required this.message,
this.code,
this.originalData,
});