paragraph1\phpFCM\Client::setProxyApiUrl PHP Method

setProxyApiUrl() public method

people can overwrite the api url with a proxy server url of their own
public setProxyApiUrl ( string $url ) : Client
$url string
return Client
    public function setProxyApiUrl($url)
    {
        $this->proxyApiUrl = $url;
        return $this;
    }