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