documentUrl static method

String documentUrl()

Absolute URL of the document currently shown, including query and fragment.

Implementation

static String documentUrl() => web.window.location.href;