load method
Requests an ad from Adrop using the Ad unit ID of the AdropBanner.
Implementation
Future<void> load() async {
return _channel.invokeMethod(AdropMethod.loadBanner);
}
Requests an ad from Adrop using the Ad unit ID of the AdropBanner.
Future<void> load() async {
return _channel.invokeMethod(AdropMethod.loadBanner);
}