setEpisodeSelectorAd method
Implementation
Future<void> setEpisodeSelectorAd(String imageURL, String title, String subtitle) =>
_invoke('setEpisodeSelectorAd', {'imageURL': imageURL, 'title': title, 'subtitle': subtitle});
Future<void> setEpisodeSelectorAd(String imageURL, String title, String subtitle) =>
_invoke('setEpisodeSelectorAd', {'imageURL': imageURL, 'title': title, 'subtitle': subtitle});