removeErrorMessage

abstract fun removeErrorMessage()

Used to change the uiState to a non-error state thereby removing any associated error messages from the UI layer.

This is mainly used to hide any error messages/highlighting from the associated screen that's meant to be displayed when the current state is one of the error states - LoginUiState.WRONG_CREDENTIALS or LoginUiState.NETWORK_ERROR.