onBlockUserResult

abstract fun onBlockUserResult(result: Result<UserBlock>)

Runs side effect after the request was completed.

Parameters

result

The Result containing the successfully retrieved UserBlock or the error.