Question. With the latest flutter update, I'm currently unable to use willpopscope as i usually did in my project. Is there any way to pop a page and return some data on back ...
For example, I have Cart and User Constants as the 2 data types that have change notifier. I want to call notifyListeners for only the Cart Stuff. But the User Constants is a...