watchingAdvertisements property
bool
get
watchingAdvertisements
If the device is watching for advertisements.
If advertisements are not unsupported then it will always return false
.
Implementation
bool get watchingAdvertisements =>
_JSUtil.getProperty(_jsObject, "watchingAdvertisements") as bool? ??
false;