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