clearAll static method

void clearAll()

Clear everything.

Implementation

static void clearAll() {
  clearChanges();
  clearProviders();
}