Use FlowRouter.go('/') with reload page?

I would like to use FlowRouter.go(........) with reload page.
Please help me.

Do you mean navigate to a page through a reload? In this case just do a vanilla window.location.href = PATH.

Thanks for your reply :smiley:.
I would like to reload current page.

location.reload();