resetForTest static method
Resets to production default. Use in tests only.
Implementation
static void resetForTest([String? baseUrl]) {
_baseUrl = baseUrl ?? _production;
}
Resets to production default. Use in tests only.
static void resetForTest([String? baseUrl]) {
_baseUrl = baseUrl ?? _production;
}