stopScreenCapture method

dynamic stopScreenCapture()

Implementation

stopScreenCapture() async {
  await TRTC.stopScreenCapture();

}