LaravelFCM\Request\Request::getNotification PHP Method

getNotification() protected method

get notification transformed
protected getNotification ( ) : array | null
return array | null
    protected function getNotification()
    {
        return $this->notification ? $this->notification->toArray() : null;
    }