FApnsConfig constructor

FApnsConfig({
  1. Map<String, String>? headers,
  2. FApnsPayload? payload,
  3. FApnsFcmOptions? fcmOptions,
})

Implementation

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