load method
Requests an ad from Adrop using the Ad unit ID of the Adrop ad.
Implementation
Future<void> load() async {
return await _invokeChannel.invokeMethod(AdropMethod.loadAd,
{"adType": _adType.index, "unitId": unitId, "requestId": _requestId});
}