openWindow method

Future<WindowClient> openWindow(
  1. String url
)

Implementation

Future<WindowClient> openWindow(String url) =>
    js_util.promiseToFuture(js_util.callMethod(this, 'openWindow', [url]));