downloadVideoThumbnailImage static method
下载视频缩略图
Implementation
static Future<SendMessageResult> downloadVideoThumbnailImage(Map json) async {
Map map = await _channel.invokeMethod("downloadVideoThumbnailImage",json);
return SendMessageResult.convertFromMap(map);
}