Can one create a realtime subscription function in a provider class that listen to changes and update variables within the provider and notify listeners. so that user can navigating to other pages while waiting for changes
TL;DR
Developers want to create a realtime subscription function in a Flutter provider class to listen to changes, update variables, and notify listeners while allowing users to navigate to other pages.