setIcon method

FirebaseMpnBuilder setIcon(
  1. String? icon
)

Sets the webpush.notification.icon field.

  • icon A string to be used for the webpush.notification.icon field value, or null to clear it.

Returns this MpnBuilder object, for fluent use.

Implementation

external FirebaseMpnBuilder setIcon(String? icon);