CustomNotification constructor
CustomNotification({
- required int id,
- required String title,
- required String body,
- DataPayload? payload,
- RemoteMessage? remoteMessage,
Implementation
CustomNotification({
required this.id,
required this.title,
required this.body,
this.payload,
this.remoteMessage,
});