@MainThread fun setValue(value: T?): Unit
Sets the value. If there are active observers, the value will be dispatched to them.
value - The new value
value
See Also
MutableLiveData.setValue