getConfig method

Future getConfig()

获取播放器设置

Implementation

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