ViewModelScope
A scope that is tied to the lifecycle of a ViewModel. This scope survives configuration changes and is only destroyed when the ViewModel is cleared. Uses JvmInline for performance optimization.
Properties
Link copied to clipboard
The underlying core DefaultScope instance.