deleteIndex_Pre method

Future<DeleteIndexResponse> deleteIndex_Pre(
  1. ServiceCall call,
  2. Future<DeleteIndexRequest> request
)

Implementation

$async.Future<$3.DeleteIndexResponse> deleteIndex_Pre($grpc.ServiceCall call, $async.Future<$3.DeleteIndexRequest> request) async {
  return deleteIndex(call, await request);
}