setTitle method

FirebaseMpnBuilder setTitle(
  1. String? title
)

Sets the webpush.notification.title field.

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

Returns this MpnBuilder object, for fluent use.

Implementation

external FirebaseMpnBuilder setTitle(String? title);