pub fn remove_context<S: Into<String>>(key: S)
Expand description

Removes the context object with the specified key.

Examples

set_context("test context", vec![("type", "os"), ("name", "Redox")]);
remove_context("test context");