LivePlayerView constructor

const LivePlayerView({
  1. Key? key,
  2. required VoidCallback onViewCreated,
  3. required ValueChanged<PlayerViewTypeEnum> onViewTypeChanged,
})

Implementation

const LivePlayerView({Key? key, required this.onViewCreated, required this.onViewTypeChanged}) : super(key: key);