setPriority method
- String? priority
Sets the android.priority
field.
priority
A string to be used for theandroid.priority
field value, or null to clear it.
Returns this MpnBuilder object, for fluent use.
Implementation
FirebaseMpnBuilder setPriority(String? priority) {
_priority = priority;
return this;
}