clear static method

void clear()

delete all providers from the ProviderScope

Implementation

static void clear() {
  if (initialized) {
    instance.removeAll();
  }
}