normalizeUrl property

String get normalizeUrl

Implementation

String get normalizeUrl {
  return replaceAll('//', '//');
}