WebpushConfig constructor
WebpushConfig({
- Map<
String, String> ? headers, - Map<
String, String> ? data, - WebpushNotification? notification,
- WebpushFcmOptions? fcmOptions,
Represents the WebPush protocol options that can be included in a Message.
Implementation
WebpushConfig({
this.headers,
this.data,
this.notification,
this.fcmOptions,
});