FcmPlatformOptions constructor

const FcmPlatformOptions({
  1. String? channelId,
  2. String? messageId,
})

Holds Firebase Cloud Messaging (FCM) specific options for push notifications.

Implementation

const FcmPlatformOptions({
  this.channelId,
  this.messageId,
});