createAliListPlayer static method

FlutterAliListPlayer createAliListPlayer({
  1. dynamic playerId,
})

创建短视频列表播放

Implementation

static FlutterAliListPlayer createAliListPlayer({playerId}) {
  FlutterAliListPlayer flutterAliListPlayer =
      FlutterAliListPlayer.init(playerId);
  flutterAliListPlayer.create();
  return flutterAliListPlayer;
}