menu
fcm_sending package
documentation
fcm_message.dart
WebpushHeaders
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
WebpushHeaders
copyWith
(
{
String
?
ttl
,
})
Implementation
WebpushHeaders copyWith({ String? ttl, }) => WebpushHeaders( ttl: ttl ?? this.ttl, );
fcm_sending package
documentation
fcm_message
WebpushHeaders
copyWith method
WebpushHeaders class