menu
  1. Dart
  2. dart:html
  3. WindowClient
  4. navigate method
navigate

navigate method

Future <WindowClient > navigate(
  1. String url
)

Implementation

Future<WindowClient> navigate(String url) => promiseToFuture<WindowClient>(
 JS("creates:WindowClient;", "#.navigate(#)", this, url),
);
WindowClient class

AltStyle によって変換されたページ (->オリジナル) /