销毁下载对象
Future<dynamic> release(String vid, int index) { var map = {'vid': vid, 'index': index}; return _methodChannel.invokeMethod("release", map); }