headers property

Map<String, String>? headers
getter/setter pair

HTTP request headers defined in Apple Push Notification Service.

Refer to APNs request headers for supported headers such as apns-expiration and apns-priority.

Implementation

core.Map<core.String, core.String>? headers;