interstitialLoad method

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

Implementation

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