listIndexes_Pre method
Future<ListIndexesResponse_>
listIndexes_Pre(
- ServiceCall call,
- Future<
ListIndexesRequest_> request
Implementation
$async.Future<$1.ListIndexesResponse_> listIndexes_Pre($grpc.ServiceCall call,
$async.Future<$1.ListIndexesRequest_> request) async {
return listIndexes(call, await request);
}