menu
webkit_inspection_protocol package
documentation
webkit_inspection_protocol.dart
WipPage
navigate method
navigate method
dark_mode
light_mode
navigate
method
Future
<
WipResponse
>
navigate
(
String
url
)
Implementation
Future<WipResponse> navigate(
String
url) => sendCommand(
'Page.navigate'
, params: {
'url'
: url});
webkit_inspection_protocol package
documentation
webkit_inspection_protocol
WipPage
navigate method
WipPage class
Constructors
WipPage
Properties
connection
hashCode
onClosed
runtimeType
Methods
disable
enable
eventStream
navigate
noSuchMethod
reload
sendCommand
toString
Operators
operator ==