I am using the package 'sqflite' in flutter and I could not find a way to delete the entire database when the user in my app clicks on 'Delete Account'.
There are methods to delete data in a table but is there a way to delete the entire database using the package?