removeGlobalContext static method
Remove custom context
Implementation
static void removeGlobalContext(String key) {
_globalContext.remove(key);
}
Remove custom context
static void removeGlobalContext(String key) {
_globalContext.remove(key);
}