BRTCCloudVideoView constructor
BRTCCloudVideoView({
- Key? key,
- String? viewType,
- BRTCVideoParams? videoParam,
- ValueChanged<
int> ? onViewCreated, - Set<
Factory< ? gestureRecognizers,OneSequenceGestureRecognizer> >
Implementation
BRTCCloudVideoView({Key? key,
this.viewType,
this.videoParam,
this.onViewCreated,
this.gestureRecognizers})
: super(key: key);