FWebpushConfig constructor

FWebpushConfig({
  1. Map<String, String>? headers,
  2. Map<String, String>? data,
  3. FWebpushNotification? notification,
  4. FWebpushFcmOptions? fcmOptions,
})

Implementation

FWebpushConfig({this.headers, this.data, this.notification, this.fcmOptions});