watchingAdvertisements property

bool 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;