invoke

abstract operator fun invoke(): StateFlow<EvRoutePreferences>

Returns a Flow that emits EvRoutePreferences whenever they change.

The flow should emit the current preferences immediately upon collection, and then emit new values whenever the preferences change.