LivePlayerView constructor
const
LivePlayerView({
- Key? key,
- required VoidCallback onViewCreated,
- required ValueChanged<
PlayerViewTypeEnum> onViewTypeChanged,
Implementation
const LivePlayerView({Key? key, required this.onViewCreated, required this.onViewTypeChanged}) : super(key: key);