Closed Accusamus2065 closed 12 months ago
The welcomeViewModel.setState() method is missing. The conversationState.setUsername() method is missing. Implement those method and then prepareSuccessView() will run without causing errors.
welcomeViewModel.setState()
conversationState.setUsername()
prepareSuccessView()
The
welcomeViewModel.setState()
method is missing. TheconversationState.setUsername()
method is missing. Implement those method and thenprepareSuccessView()
will run without causing errors.