getYoutubeUrls static method

Future<List<VideoQalityUrls>?> getYoutubeUrls(
  1. String youtubeIdOrUrl, {
  2. bool live = false,
})

Implementation

static Future<List<VideoQalityUrls>?> getYoutubeUrls(
  String youtubeIdOrUrl, {
  bool live = false,
}) {
  return VideoApis.getYoutubeVideoQualityUrls(youtubeIdOrUrl, live);
}