setScreenshareVisibility method
Sets visibility in screenshares.
visible: Whether the window should be visible in captures.
Implementation
Future<void> setScreenshareVisibility(bool visible) {
throw UnimplementedError('setScreenshareVisibility() has not been implemented.');
}