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