Do I call the function init here in the right way?...
# android
g
Do I call the function init here in the right way? userViewModel = ViewModelProviders.of(this).get(UserViewModel::class.java) userViewModel!!.init(this)