You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this package to prevent launching of multiple instances of the application. But I also want to bring the current running app to the foreground when a new instance is opened. Is it possible to do it from this package?
I found another package windows_single_instance that can be used for this purpose however it is platform dependent. I would need this to work on Windows, Linux and macOS.