stopLocalPreview method
停止本地视频推流
Implementation
Future<void> stopLocalPreview() async {
await _delegate?.stopLocalPreview();
return Future.value();
}
停止本地视频推流
Future<void> stopLocalPreview() async {
await _delegate?.stopLocalPreview();
return Future.value();
}