paragraph1\phpFCM\Notification::setBody PHP Method

setBody() public method

android/ios: the body text is the main content of the notification
public setBody ( string $body ) : Notification
$body string
return Notification
    public function setBody($body)
    {
        $this->body = $body;
        return $this;
    }