Returns a list of available ad slots configured in the SDK.
Future<List<AdSlot>> getAvailableAdSlots() async { return await _hostApi.getAvailableAdSlots(); }