TRTCCloudVideoView constructor
- {Key key,
- int viewType,
- ValueChanged<
int> onViewCreated}
Implementation
const TRTCCloudVideoView({
Key key,
this.viewType,
this.onViewCreated,
}) : super(key: key);
const TRTCCloudVideoView({
Key key,
this.viewType,
this.onViewCreated,
}) : super(key: key);