StaticinstanceGets the singleton instance of the ViewModelRegistry.
The ViewModelRegistry instance
Registers a view model instance with the registry.
The key identifying the view model
The view model instance to register
Retrieves a registered view model by key.
The key identifying the view model
The registered view model instance
Disposes the registry and clears all registered view models.
Singleton registry for managing and accessing view models throughout the application.