@@ -92,12 +92,6 @@ The `callServiceExtension()` allows clients to make arbitrary calls to service p
...
@@ -92,12 +92,6 @@ The `callServiceExtension()` allows clients to make arbitrary calls to service p
-`methodName`: the name of the service protocol extension to invoke; this is required.
-`methodName`: the name of the service protocol extension to invoke; this is required.
-`params`: an optional Map of parameters to pass to the service protocol extension.
-`params`: an optional Map of parameters to pass to the service protocol extension.
#### app.detach
The `detach()` command takes one parameter, `appId`. It returns a `bool` to indicate success or failure in detaching from an app without stopping it.
-`appId`: the id of a previously started app; this is required.
#### app.stop
#### app.stop
The `stop()` command takes one parameter, `appId`. It returns a `bool` to indicate success or failure in stopping an app.
The `stop()` command takes one parameter, `appId`. It returns a `bool` to indicate success or failure in stopping an app.
...
@@ -116,7 +110,7 @@ This is sent when an observatory port is available for a started app. The `param
...
@@ -116,7 +110,7 @@ This is sent when an observatory port is available for a started app. The `param
#### app.started
#### app.started
This is sent once the application launch process is complete and the app is either paused before main() (if `startPaused` is true) or main() has begun running. When attaching, this even will be fired once attached. The `params` field will be a map containing the field `appId`.
This is sent once the application launch process is complete and the app is either paused before main() (if `startPaused` is true) or main() has begun running. The `params` field will be a map containing the field `appId`.
#### app.log
#### app.log
...
@@ -128,7 +122,7 @@ This is sent when an operation starts and again when it stops. When an operation
...
@@ -128,7 +122,7 @@ This is sent when an operation starts and again when it stops. When an operation
#### app.stop
#### app.stop
This is sent when an app is stopped or detached from. The `params` field will be a map with the field `appId`.
This is sent when an app is stopped. The `params` field will be a map with the field `appId`.
### device domain
### device domain
...
@@ -210,7 +204,6 @@ The following subset of the app domain is available in `flutter run --machine`.
...
@@ -210,7 +204,6 @@ The following subset of the app domain is available in `flutter run --machine`.