clearProviders static method

void clearProviders()

Clear all providers.

Implementation

static void clearProviders() {
  _providers.clear();
}