setScreenshareVisibility method
Sets visibility in screenshares.
visible: Whether the window should be visible in captures.
Implementation
@override
Future<void> setScreenshareVisibility(bool visible) async {
await methodChannel.invokeMethod<void>('setScreenshareVisibility', visible);
}