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