setScreenSharing method

  1. @override
void setScreenSharing(
  1. bool isSharing
)
override

Implementation

@override
void setScreenSharing(bool isSharing) {
  _socket?.emit(SocketEvent.setScreenSharingCSS, {'isSharing': isSharing});
}