AliPlayerWidgetController constructor
AliPlayerWidgetController()
播放器组件控制器构造函数,用于创建 AliPlayerWidgetController 实例。
Constructor to create an instance of AliPlayerWidgetController.
Implementation
AliPlayerWidgetController() {
logi("[lifecycle] construct", tag: _logTag);
_init();
}