FMulticastMessage constructor
FMulticastMessage({
- Map<
String, String> ? data, - FNotification? notification,
- FAndroidConfig? android,
- FWebpushConfig? webpush,
- FApnsConfig? apns,
- FFcmOptions? fcmOptions,
- required List<
String> tokens,
Implementation
FMulticastMessage({
super.data,
super.notification,
super.android,
super.webpush,
super.apns,
super.fcmOptions,
required this.tokens,
}) : super._();