isAutoshowEnabled method

Future<bool> isAutoshowEnabled()

Indicates whether the auto show ad is currently enabled.

Implementation

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