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