convertYouTubeUrlToId method
- @Deprecated('Use toYouTubeId Instead')
- bool trimWhitespaces = true,
Get YouTube Video ID
Implementation
@Deprecated('Use toYouTubeId Instead')
String convertYouTubeUrlToId({bool trimWhitespaces = true}) {
return toYouTubeId(trimWhitespaces: trimWhitespaces);
}