NotificationSendV3Body constructor
Implementation
const NotificationSendV3Body({
required this.tags,
required this.message,
required this.type,
required this.data,
this.platform,
});
const NotificationSendV3Body({
required this.tags,
required this.message,
required this.type,
required this.data,
this.platform,
});