createIndex_Pre method

Future<CreateIndexResponse> createIndex_Pre(
  1. ServiceCall call,
  2. Future<CreateIndexRequest> request
)

Implementation

$async.Future<$3.CreateIndexResponse> createIndex_Pre($grpc.ServiceCall call, $async.Future<$3.CreateIndexRequest> request) async {
  return createIndex(call, await request);
}