createAliListPlayer static method
创建短视频列表播放
Implementation
static FlutterAliListPlayer createAliListPlayer({playerId}) {
FlutterAliListPlayer flutterAliListPlayer =
FlutterAliListPlayer.init(playerId);
flutterAliListPlayer.create();
return flutterAliListPlayer;
}