menu
youtube_scraper package
documentation
youtube_scraper.dart
YoutubeScraper
getVideoInfo abstract method
getVideoInfo abstract method
dark_mode
light_mode
getVideoInfo
abstract method
Future
<
VideoInfo
>
getVideoInfo
(
{
required
String
videoId
,
})
Implementation
Future<VideoInfo> getVideoInfo({required String videoId});
youtube_scraper package
documentation
youtube_scraper
YoutubeScraper
getVideoInfo abstract method
YoutubeScraper class