removeResult

inline fun <T> removeResult()

Removes all results associated with the given type from the store and stops the bus from providing any additional events.

Type Parameters

T

the type of the result to be removed.


fun removeResult(resultKey: String)

Removes all results associated with the given key from the store and stops the bus from providing any additional events.

Parameters

resultKey

the key of the result to remove.