getCurrentVps method

Future getCurrentVps()

获取当前播放所使用的视频播放服务(VPS)信息 返回值为服务端标识字符串,可能为空

Implementation

Future<dynamic> getCurrentVps() async {
  return FlutterAliPlayerFactory.methodChannel
      .invokeMethod("getCurrentVps", wrapWithPlayerId());
}