localOnly property
bool?
get
localOnly
Sets 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 {@link https://developer.android.com/training/wearables/notifications/bridger#existing-method-of-preventing-bridging | Wear OS guides}.
Implementation
external bool? get localOnly;