headers property
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;
HTTP request headers defined in Apple Push Notification Service.
Refer to
APNs request headers
for supported headers such as apns-expiration
and apns-priority
.
core.Map<core.String, core.String>? headers;