getVideoThumbnail method
Get a thumbnail for a video
Implementation
Future<Uint8List?> getVideoThumbnail(
String videoId, {
int width = 128,
int height = 128,
}) {
throw UnimplementedError('getVideoThumbnail() has not been implemented.');
}
Get a thumbnail for a video
Future<Uint8List?> getVideoThumbnail(
String videoId, {
int width = 128,
int height = 128,
}) {
throw UnimplementedError('getVideoThumbnail() has not been implemented.');
}