What does the dispose() function actually do under the hood in flutter
Advertisements When we use some controllers in our widgets, I see it that we just make instances, fine But when we call as an example: controller.dispose() what actually the flutter engine exactly do for that constructor >Solution : According to the official source here, the dispose method is a general API that is used commonly… Read More What does the dispose() function actually do under the hood in flutter