Observes an event from LiveData once, then it removes the observer. The method is not lifecycle aware, and so the observer needs to be manually removed if stopping before receiving a result.
Observes an event from LiveData once, then it removes the observer.