TencentRtcVideoView constructor

const TencentRtcVideoView({
  1. Key? key,
  2. ValueChanged<TencentRtcVideoViewController>? onViewCreated,
})

Implementation

const TencentRtcVideoView({Key? key, this.onViewCreated}) : super(key: key);