getBatch_Pre method

Stream<GetResponse_> getBatch_Pre(
  1. ServiceCall call,
  2. Future<GetBatchRequest_> request
)

Implementation

$async.Stream<$0.GetResponse_> getBatch_Pre($grpc.ServiceCall call,
    $async.Future<$0.GetBatchRequest_> request) async* {
  yield* getBatch(call, await request);
}