show method

Future<void> show()

Implementation

Future<void> show() async {
  _interstitialAd.show();
  final result = await _subjectShow.done;
  dispose();
  return result;
}