MessageNotification constructor

MessageNotification({
  1. String? title,
  2. String? body,
  3. String? image,
  4. String? androidChannelId,
})

Implementation

MessageNotification({
  this.title,
  this.body,
  this.image,
  this.androidChannelId,
});