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