isAutoloadEnabled method

Future<bool> isAutoloadEnabled()

Indicates whether the auto reload ad is currently enabled.

Implementation

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