AppScreenViewModel
class AppScreenViewModel @Inject constructor(appScreenEvents: AppScreenEvents, userSessionManager: UserSessionManager, healthSummaryService: HealthSummaryService, navigator: Navigator) : ViewModel
Constructors
Link copied to clipboard
@Inject