You basically only have to call: ProcessPhoenix. triggerRebirth(context); The library will automatically finish the calling activity, kill the application process and restart the default application activity afterwards.
Read moreHow do you refresh the whole app flutter?
To hot reload a Flutter app:
Read more