getAvailableAdSlots method

Future<List<AdSlot>> getAvailableAdSlots()

Returns a list of available ad slots configured in the SDK.

Implementation

Future<List<AdSlot>> getAvailableAdSlots() async {
  return await _hostApi.getAvailableAdSlots();
}