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