convertYouTubeUrlToId method

  1. @Deprecated('Use toYouTubeId Instead')
String convertYouTubeUrlToId({
  1. bool trimWhitespaces = true,
})

Get YouTube Video ID

Implementation

@Deprecated('Use toYouTubeId Instead')
String convertYouTubeUrlToId({bool trimWhitespaces = true}) {
  return toYouTubeId(trimWhitespaces: trimWhitespaces);
}