I have a flutter application that communicates to a server in the same machine. So now I need to start the server with the flutter app automatically. So is there any way to start the server when I start the flutter app and kill the server when I close the flutter app?