hasWatchAdvertisements method
Check to see if the current browser has the watch advertisements method implemented
Implementation
bool hasWatchAdvertisements() =>
_JSUtil.hasProperty(_jsObject, "watchAdvertisements");
Check to see if the current browser has the watch advertisements method implemented
bool hasWatchAdvertisements() =>
_JSUtil.hasProperty(_jsObject, "watchAdvertisements");