next method

Future<AdModel?> next(
  1. AdFormat f, {
  2. String? appId,
})

Implementation

Future<AdModel?> next(AdFormat f, {String? appId}) =>
    _cache.next(f, appId: appId ?? defaultAppId);