RTCVideoView constructor

const RTCVideoView({
  1. Key? key,
  2. RTCVideoViewCreatedCallback? onVideoViewCreated,
})

Implementation

const RTCVideoView({
  Key? key,
  this.onVideoViewCreated,
}) : super(key: key);