remove

fun <T : Any> remove(key: Scope.Key<T>): Any?

Removes the specified key and its corresponding value from the Scope.

Return

the previous value associated with the key, or null if the key was not present in the Scope.