priority property
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
final AndroidNotificationPriority? priority;