interstitialShowWithLoad method

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

Implementation

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