class Factory : Factory
Factory for the SettingsViewModel.
<init> |
Factory for the SettingsViewModel. Factory(application: Application) |
create |
The factory's construction method. fun <T : ViewModel?> create(modelClass: Class<T>): T |