WebpushFcmOptions constructor

WebpushFcmOptions({
  1. String? link,
})

Represents options for features provided by the FCM SDK for Web (which are not part of the Webpush standard).

Implementation

WebpushFcmOptions({this.link});