baseUri property

  1. @override
String? get baseUri
override

Implementation

@override
String? get baseUri {
  return window.location.href;
}