queryGateway method

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

Implementation

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