setData method
Sets sub-fields of the webpush.data field.
dataA map to be used for sub-fields of thewebpush.datafield, or null to clear it.
Returns this MpnBuilder object, for fluent use.
Implementation
FirebaseMpnBuilder setData(Map<String, String>? data) {
  return _setData(jsify(data));
}