setColor method
- String? color
Sets the android.notification.color field.
colorA string to be used for theandroid.notification.colorfield value, or null to clear it.
Returns this MpnBuilder object, for fluent use.
Implementation
FirebaseMpnBuilder setColor(String? color) {
_color = color;
return this;
}