updateOnSuccess
Deprecated
Deprecated
Replace with
Use [Result<*>.data] insteadContent copied to clipboard
Updates the value of liveData if Result is of type Result.Success.
Deprecated
Use [Result<*>.data] insteadUpdates the value of liveData if Result is of type Result.Success.