CheckScreenShareOptions constructor

CheckScreenShareOptions({
  1. required CheckScreenShareParameters parameters,
  2. BuildContext? context,
})

Implementation

CheckScreenShareOptions({required this.parameters, this.context});