pauseScreenCapture method

dynamic pauseScreenCapture()

Implementation

pauseScreenCapture() async {
  await TRTC.pauseScreenCapture();
}