onResult

abstract fun onResult(result: Result<S, F>)

Result of the callback; either successful or not, see Result.