load method

Future<bool> load()

Implementation

Future<bool> load() {
  _interstitialAd.load();
  return _subjectLoad.first;
}