how to reset final singleton object in flutter test?
I'm facing an issue with resetting a singleton object in a Flutter test. I have the following limitations that need to be taken into consideration while solving the problem: 1- The _singleton variable must remain final. 2- I cannot define…