TheIconic\Tracking\GoogleAnalytics\Network\HttpClient::__destruct PHP Method

__destruct() public method

We have to unwrap and send all promises at the end before analytics objects is destroyed.
public __destruct ( )
    public function __destruct()
    {
        Promise\unwrap(self::$promises);
    }