getPointCloudMap_Pre method
Stream<GetPointCloudMapResponse>
getPointCloudMap_Pre(
- ServiceCall call,
- Future<
GetPointCloudMapRequest> request
Implementation
$async.Stream<$39.GetPointCloudMapResponse> getPointCloudMap_Pre($grpc.ServiceCall call, $async.Future<$39.GetPointCloudMapRequest> request) async* {
yield* getPointCloudMap(call, await request);
}