NotificationPayload constructor
NotificationPayload({
- required Map<
String, dynamic> data, - required NotificationMessage? message,
- required DateTime? sentTime,
- required bool hasAndroidNotification,
Implementation
NotificationPayload({
required this.data,
required this.message,
required this.sentTime,
required this.hasAndroidNotification,
});