toUnsafeUrl method

String toUnsafeUrl()

Implementation

String toUnsafeUrl() {
  return host + _prefixUnsafe + _assembleConfig();
}