停止下载
Future<dynamic> stop(String vid, int index) { var map = {'vid': vid, 'index': index}; return _methodChannel.invokeMethod("stop", map); }