clearDefault static method
void
clearDefault()
Clears the default DataSource. Useful for testing.
Implementation
static void clearDefault() {
_defaultDataSource = null;
}
Clears the default DataSource. Useful for testing.
static void clearDefault() {
_defaultDataSource = null;
}