menu
devtools_shared package
documentation
devtools_test_utils.dart
ChromeTab
navigate method
navigate method
dark_mode
light_mode
navigate
method
Future
<
WipResponse
>
navigate
(
String
url
)
Implementation
Future<WipResponse> navigate(String url) => _wip!.page.navigate(url);
devtools_shared package
documentation
devtools_test_utils
ChromeTab
navigate method
ChromeTab class