onResponse
open override fun onResponse(requestType: ServerRequestType, vararg requestTypes: ServerRequestType, block: suspend (responseContext: ResponseContext) -> Unit)(source)
Whenever a response of the specified type(s) is received, the contents of the onResponse{} block will be executed.