getPointCloudMap_Pre method

Stream<GetPointCloudMapResponse> getPointCloudMap_Pre(
  1. ServiceCall call,
  2. Future<GetPointCloudMapRequest> request
)

Implementation

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