openWindow method
- Stringurl
Implementation
Future<WindowClient> openWindow(String url) => promiseToFuture<WindowClient>( JS("creates:WindowClient;", "#.openWindow(#)", this, url),);Future<WindowClient> openWindow(String url) => promiseToFuture<WindowClient>( JS("creates:WindowClient;", "#.openWindow(#)", this, url),);