preventCustomUrlStrategy function

void preventCustomUrlStrategy()

From this point on, prevents setting a custom URL strategy.

Implementation

void preventCustomUrlStrategy() {
  _customUrlStrategyCanBeSet = false;
}