Call next route after downloading a file: IronRouter

Hello,

how can I call next route after calling download route with IronRouter. Has Router.go() a callback function?

Because:
Router.go(’/downloadfile’);
Router.go(’/goToMainPage’);

doesn’t work.

Thanks for the answers.