paragraph1\phpFCM\Notification::setColor PHP Method

setColor() public method

android only: background color of the notification icon when showing details on notifications
public setColor ( string $color ) : Notification
$color string in #rrggbb format
return Notification
    public function setColor($color)
    {
        $this->color = $color;
        return $this;
    }