does anyone have an idea why my app does not route automatically with the state change? whenever I verify my email with firebase my app Is supposed to route automatically to the home page since it is a stream so the state changes but remains on the verification page until I hot restart my app. i don't know if i am doing something wrong. any idea or suggestions would be really appreciated.

Stream<auth.User?> get user => _firebaseAuth.userChanges();