stopScreenSharing method

Future<void> stopScreenSharing()

Implementation

Future<void> stopScreenSharing() async {
  await _sdk.stopScreenSharing();
}