showInterstitial method

Future<String?> showInterstitial(
  1. dynamic placementId
)

Implementation

Future<String?> showInterstitial(placementId) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}