I want code for flutter app in which there will be one button in that app ‘Destroy’ and when i click on that button that app should be deleted from device with data and cache so I need code for such implentation.
Expected get full code with successfull implemntaion.
2
Answers
I got answer of my own question here is how we can kill/uninstall app programitaclly in single click in flutter 1.add package : android_intent_plus: ^4.0.3 url_launcher: ^6.2.1
2. add this in permission in androidmanfiestfile
code:
You can refer this library
You cannot delete OR remove an app with the click of a button within the app.