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