convertUrlToId method

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

Implementation

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