I have two StateNotifierProviders and want to listen to these two state changes in one widget. One method I can think of is to nest two ProviderListeners. But i
ProviderListener