FMulticastMessage constructor

FMulticastMessage({
  1. Map<String, String>? data,
  2. FNotification? notification,
  3. FAndroidConfig? android,
  4. FWebpushConfig? webpush,
  5. FApnsConfig? apns,
  6. FFcmOptions? fcmOptions,
  7. required List<String> tokens,
})

Implementation

FMulticastMessage({
  super.data,
  super.notification,
  super.android,
  super.webpush,
  super.apns,
  super.fcmOptions,
  required this.tokens,
}) : super._();