interstitialIsLoad method

Future<bool?> interstitialIsLoad(
  1. String unitId
)

Implementation

Future<bool?> interstitialIsLoad(String unitId) {
  throw UnimplementedError('interstitialIsLoad() has not been implemented.');
}