ShareScreenRemote constructor

const ShareScreenRemote({
  1. Key? key,
  2. required String subStreamUserId,
})

Implementation

const ShareScreenRemote({super.key, required this.subStreamUserId});