load method

Future<bool> load()

Implementation

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