hasWatchAdvertisements method

bool hasWatchAdvertisements()

Check to see if the current browser has the watch advertisements method implemented

Implementation

bool hasWatchAdvertisements() =>
    _JSUtil.hasProperty(_jsObject, "watchAdvertisements");