fun quoteWithId(id: String): LiveData<Quote>
Returns a LiveData containing the Quote with the requested id or null if no such Quote exists.
id
- The id of the requested Quote.
Return
LiveData containing the Quote with the requested id or null if no such Quote exists.