LaravelFCM\Mocks\MockTopicResponse::shouldRetry PHP Method

shouldRetry() public method

return true if it's necessary resent it using exponential backoff
public shouldRetry ( ) : boolean
return boolean
    public function shouldRetry()
    {
        $this->error;
    }