getWebUrl function

String? getWebUrl()

Gets the URL from the browser.

Returns null for non-web platforms.

Implementation

String? getWebUrl() => null;