getVimeoUrls static method

Future<List<VideoQalityUrls>?> getVimeoUrls(
  1. String videoId, {
  2. String? hash,
})

Implementation

static Future<List<VideoQalityUrls>?> getVimeoUrls(
  String videoId, {
  String? hash,
}) {
  return VideoApis.getVimeoVideoQualityUrls(videoId, hash);
}