AlivcLivePlayer.init constructor

AlivcLivePlayer.init()

创建AlivcLivePlayer实例

Implementation

AlivcLivePlayer.init() {
  eventChannel.receiveBroadcastStream().listen(_onEvent, onError: _onError);
}