setBatch_Pre method
Implementation
$async.Stream<$0.SetResponse_> setBatch_Pre($grpc.ServiceCall call,
$async.Future<$0.SetBatchRequest_> request) async* {
yield* setBatch(call, await request);
}
$async.Stream<$0.SetResponse_> setBatch_Pre($grpc.ServiceCall call,
$async.Future<$0.SetBatchRequest_> request) async* {
yield* setBatch(call, await request);
}