The point where I got stuck about using autoDispose in Flutter
I would like to discuss about a code. I am using autoDispose in my application but there is a point that confuses me. I am using this autoDispose with ConsumerWidget and I am not sure if it is disposed properly.…