load method
Requests an ad from Adrop using the Ad unit ID of the AdropBannerView.
Implementation
Future<void> load() async {
return await adropAdManager.load(this, _requestId);
}
Requests an ad from Adrop using the Ad unit ID of the AdropBannerView.
Future<void> load() async {
return await adropAdManager.load(this, _requestId);
}