UserAuthFlow constructor
      
      UserAuthFlow({ 
    
    
- required String initialLoggedInRoute,
Implementation
UserAuthFlow({
  required this.initialLoggedInRoute,
});UserAuthFlow({
  required this.initialLoggedInRoute,
});