ApnsConfig constructor

ApnsConfig({
  1. ApnsFcmOptions? fcmOptions,
  2. Map<String, String>? headers,
  3. Map<String, Object?>? payload,
})

Implementation

ApnsConfig({
  this.fcmOptions,
  this.headers,
  this.payload,
});