watchAdvertisements method

Future<void> watchAdvertisements([
  1. WatchAdvertisementsOptions? options
])

Implementation

Future<void> watchAdvertisements([WatchAdvertisementsOptions? options]) =>
    js_util.promiseToFuture(
        js_util.callMethod(this, 'watchAdvertisements', [options]));