isLoaded method

Future<bool> isLoaded()

Indicates whether the ad is currently loaded and ready to be shown.

Implementation

Future<bool> isLoaded() {
  return casInternalBridge.isAdLoaded(this);
}