clearGlobalContext static method

void clearGlobalContext()

Clear all custom context

Implementation

static void clearGlobalContext() {
  _globalContext.clear();
}