FcmNotification constructor

FcmNotification({
  1. String? title,
  2. String? body,
  3. String? image,
})

Implementation

FcmNotification({
  this.title,
  this.body,
  this.image,
  // this.titleLocKey,
  // this.titleLocArgs,
  // this.bodyLocKey,
  // this.bodyLocArgs,
});