href top-level property

String? href

Gets window.location.href on web, null on other platforms.

Implementation

String? get href {
  return null;
}