App\services\PushService::pushMessage PHP Method

pushMessage() private method

method to dispatch iOS notifications
private pushMessage ( Invoice $invoice, $token, $type )
$invoice app\models\Invoice
$token
$type
    private function pushMessage(Invoice $invoice, $token, $type)
    {
        $this->pushFactory->message($token, $this->messageType($invoice, $type));
    }