priority property
String?
get
priority
Sets the relative priority for this notification. Low-priority notifications
may be hidden from the user in certain situations. Note this priority differs
from AndroidMessagePriority
. This priority is processed by the client after
the message has been delivered. Whereas AndroidMessagePriority
is an FCM concept
that controls when the message is delivered.
Implementation
// priority?: ('min' | 'low' | 'default' | 'high' | 'max');
external String? get priority;