menu
tencent_trtc_cloud
trtc_cloud.dart
TRTCCloud
stopScreenCapture method
stopScreenCapture
dark_mode
light_mode
stopScreenCapture
method
Future
<
void
>
stopScreenCapture
(
)
停止屏幕共享
Implementation
Future<void> stopScreenCapture() { return _cloudChannel.invokeMethod('stopScreenCapture'); }
tencent_trtc_cloud
trtc_cloud
TRTCCloud
stopScreenCapture method
TRTCCloud class