close method

Future<void> close()

Closes the interstitial ad. (Android only)

Implementation

Future<void> close() async {
  return await closeAd();
}