stopScreenSharing method

void stopScreenSharing()

Implementation

void stopScreenSharing() {
  _engineSDK.Dart_StopScreenSharing(_engineFFIPointer);
}