openWindow method

Future<WindowClient> openWindow(
  1. String url
)

Implementation

Future<WindowClient> openWindow(String url) => Future.error(
    UnsupportedError('Cannot open window outside a browser context.'));