acknowledgeBackfill_Pre method
Future<AcknowledgeBackfillResponse>
acknowledgeBackfill_Pre(
- ServiceCall call,
- Future<
AcknowledgeBackfillRequest> request
Implementation
$async.Future<$2.AcknowledgeBackfillResponse> acknowledgeBackfill_Pre(
$grpc.ServiceCall call,
$async.Future<$2.AcknowledgeBackfillRequest> request) async {
return acknowledgeBackfill(call, await request);
}