删除下载文件
Future<dynamic> delete(String vid, int index) { var map = {'vid': vid, 'index': index}; return _methodChannel.invokeMethod("delete", map); }