queryGateway method

ResponseFuture<GatewayInfo> queryGateway(
  1. GatewayInfo request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$5.GatewayInfo> queryGateway($5.GatewayInfo request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$queryGateway, request, options: options);
}