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