getBackfill_Pre method

Future<Backfill> getBackfill_Pre(
  1. ServiceCall call,
  2. Future<GetBackfillRequest> request
)

Implementation

$async.Future<$3.Backfill> getBackfill_Pre($grpc.ServiceCall call,
    $async.Future<$2.GetBackfillRequest> request) async {
  return getBackfill(call, await request);
}