listIndexes_Pre method

Future<ListIndexesResponse> listIndexes_Pre(
  1. ServiceCall call,
  2. Future<ListIndexesRequest> request
)

Implementation

$async.Future<$3.ListIndexesResponse> listIndexes_Pre($grpc.ServiceCall call, $async.Future<$3.ListIndexesRequest> request) async {
  return listIndexes(call, await request);
}