load method

Future<void> load()

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

Implementation

Future<void> load() async {
  return _channel.invokeMethod(AdropMethod.loadBanner);
}