LaravelFCM\Mocks\MockTopicResponse::isSuccess PHP Method

isSuccess() public method

true if topic sent with success
public isSuccess ( ) : boolean
return boolean
    public function isSuccess()
    {
        return (bool) $this->messageId;
    }