getChannelIdFromVideo method
- String videoUrl
Gets a Video instance from a Uri with caching.
Implementation
String getChannelIdFromVideo(String videoUrl) {
Video video = _videoCache[videoUrl]!;
return video.channelId.value;
}
Gets a Video instance from a Uri with caching.
String getChannelIdFromVideo(String videoUrl) {
Video video = _videoCache[videoUrl]!;
return video.channelId.value;
}