I need to call a method every time I revisit that tab in the bottom NAV Bar. I use Persistent Bottom Navigation Bar package.
Currently, I call that method in the initState and it only gets called once when the page first loads up. But I want it to be called every time I change to this tab from another tab.
Is there a way to do this?
