stopSharingScreen method

Future<void> stopSharingScreen()

stop share screen

Implementation

Future<void> stopSharingScreen() async {
  return ZegoUIKitCore.shared.coreData.stopSharingScreen();
}