开始加载文件
void load(String url, String duration) async { var map = {"url": url, "duration": duration}; await methodChannel.invokeMethod("load", map); }