getCurrentUrl method

Future<String?> getCurrentUrl()

Gets the current URL of the iframe.

Implementation

Future<String?> getCurrentUrl() {
  throw UnimplementedError('getCurrentUrl() has not been implemented.');
}