fun ( stable : LocalViewModelStoreOwner ): ViewModelStoreOwner? inline fun viewModel( unstable viewModelStoreOwner: ViewModelStoreOwner? = @dynamic checkNotNull(LocalViewModelStoreOwner.current) { val tmp0_return = "No ViewModelStoreOwner was provided via LocalViewModelStoreOwner" tmp0_return } stable key: String? = @static null unstable factory: Factory? = @static null ): VM fun viewModel( unstable modelClass: Class unstable viewModelStoreOwner: ViewModelStoreOwner? = @dynamic checkNotNull(LocalViewModelStoreOwner.current) { val tmp0_return = "No ViewModelStoreOwner was provided via LocalViewModelStoreOwner" tmp0_return } stable key: String? = @static null unstable factory: Factory? = @static null ): VM