void registerRoute(String path, Widget Function() builder) { debugPrint('📝 Registering route in NavInjector: $path'); _routes[path] = builder; }