clearDefault static method

void clearDefault()

Clears the default DataSource. Useful for testing.

Implementation

static void clearDefault() {
  _defaultDataSource = null;
}