setIcon method
- String? icon
 
Sets the webpush.notification.icon field.
iconA string to be used for thewebpush.notification.iconfield value, or null to clear it.
Returns this MpnBuilder object, for fluent use.
Implementation
external FirebaseMpnBuilder setIcon(String? icon);