load method

Future<void> load()

Manual retry to load the ad.

If AdScreenInstance.isAutoloadEnabled is enabled, this function will be called automatically when necessary.

Implementation

Future<void> load() {
  return casInternalBridge.loadAd(this);
}