fun <U> fromValue(value: U): FxaResult<U>
This constructs a result that is fulfilled with the specified value.
value - The value used to complete the newly created result.
value
Return The completed FxaResult