thumbnailsYoutube static method

String thumbnailsYoutube({
  1. required String videoId,
})

Implementation

static String thumbnailsYoutube({
  required String videoId,
}) {
  return "https://img.youtube.com/vi/${videoId}/maxresdefault.jpg";
}