currentUrl method

Future<String?> currentUrl()

Implementation

Future<String?> currentUrl() {
  return Future.value(_currentUrl);
}