WebpushConfig constructor

WebpushConfig({
  1. JSObject? headers,
  2. JSObject? data,
  3. WebpushNotification? notification,
  4. WebpushFcmOptions? fcmOptions,
})

Constructor

Implementation

external WebpushConfig({
  JSObject? headers,
  JSObject? data,
  WebpushNotification? notification,
  WebpushFcmOptions? fcmOptions,
});