设置是否使用http2
static Future<void> setUseHttp2(bool use) { return FlutterAliPlayerFactory.methodChannel .invokeMethod("setUseHttp2", use); }