load method

Future<void> load()

Requests an ad from Adrop using the Ad unit ID of the AdropBannerView.

Implementation

Future<void> load() async {
  return await adropAdManager.load(this, _requestId);
}