putResult

abstract fun putResult(resultId: String, result: T)

Puts the given result to the storage on the given id

Parameters

resultId

id to store the result on

result

result to store