stopLocalPreview method

Future<void> stopLocalPreview()

Implementation

Future<void> stopLocalPreview() async {
  await TRTC.stopLocalPreview();
}