navigate method

Future<WindowClient> navigate(
  1. String url
)

Implementation

Future<WindowClient> navigate(String url) => Future.error(UnsupportedError(
    'WindowClient is not available outside a browser context.'));