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