stopScreenCapture method

void stopScreenCapture()

Implementation

void stopScreenCapture() {
  _trtcFFIBindings.stop_screen_capture(_trtcsharedInstanceNativePointer);
}