stopLoadingBanners static method

void stopLoadingBanners()

This removes the current Banner and stop loading more banners.

Implementation

static void stopLoadingBanners() {
  if (initialized.value) {
    _channel.invokeMethod('stopLoadingBanners');
  }
}