stopLocalPreview method

Future<void> stopLocalPreview()

停止本地视频推流

Implementation

Future<void> stopLocalPreview() async {
  await _delegate?.stopLocalPreview();
  return Future.value();
}