queryServer method

ResponseFuture<ServerInfoList> queryServer(
  1. StringValue request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$7.ServerInfoList> queryServer($0.StringValue request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$queryServer, request, options: options);
}