resetForTest static method

void resetForTest([
  1. String? baseUrl
])

Resets to production default. Use in tests only.

Implementation

static void resetForTest([String? baseUrl]) {
  _baseUrl = baseUrl ?? _production;
}