LiveComponent constructor
const
LiveComponent({
- Key? key,
- required String userId,
- required LiveStreamType streamType,
Implementation
const LiveComponent({super.key, required this.userId, required this.streamType});