localOnly property

bool? localOnly
getter/setter pair

Set whether or not this notification is relevant only to the current device.

Some notifications can be bridged to other devices for remote display, such as a Wear OS watch. This hint can be set to recommend this notification not be bridged. See Wear OS guides

Implementation

core.bool? localOnly;