VideoPlayerPlatformView constructor

const VideoPlayerPlatformView({
  1. Key? key,
  2. required RtcPVPlayerController controller,
  3. required bool videoCall,
  4. required int haltType,
  5. ValueChanged<VideoEventType>? stateChanged,
})

Implementation

const VideoPlayerPlatformView(
    {Key? key,
    required this.controller,
    required this.videoCall,
    required this.haltType,
    this.stateChanged})
    : super(key: key);