deleteIndex_Pre method

Future<DeleteIndexResponse_> deleteIndex_Pre(
  1. ServiceCall call,
  2. Future<DeleteIndexRequest_> request
)

Implementation

$async.Future<$1.DeleteIndexResponse_> deleteIndex_Pre($grpc.ServiceCall call,
    $async.Future<$1.DeleteIndexRequest_> request) async {
  return deleteIndex(call, await request);
}