<itemvalue="See also: [push] which pushes the given location onto the page stack. [pushReplacement] which replaces the top-most page of the page stack but always uses a new page key."/>
<itemvalue="See also: [push] which pushes the given location onto the page stack. [pushReplacement] which replaces the top-most page of the page stack but always uses a new page key."/>
<itemvalue="The page key will be reused. This will preserve the state and not run any page animation."/>
<itemvalue="The page key will be reused. This will preserve the state and not run any page animation."/>
<itemvalue="Replaces the top-most page of the page stack with the given one but treats it as the same page."/>
<itemvalue="Replaces the top-most page of the page stack with the given one but treats it as the same page."/>
@ -71,7 +72,6 @@
<itemvalue="snapshot robot position"/>
<itemvalue="snapshot robot position"/>
<itemvalue="loading showing"/>
<itemvalue="loading showing"/>
<itemvalue="If `mode` is [ProcessStartMode.detached] a detached process will be created. A detached process has no connection to its parent, and can keep running on its own when the parent dies. The only information available from a detached process is its `pid`. There is no connection to its `stdin`, `stdout` or `stderr`, nor will the process' exit code become available when it terminates."/>
<itemvalue="If `mode` is [ProcessStartMode.detached] a detached process will be created. A detached process has no connection to its parent, and can keep running on its own when the parent dies. The only information available from a detached process is its `pid`. There is no connection to its `stdin`, `stdout` or `stderr`, nor will the process' exit code become available when it terminates."/>
<itemvalue="If [mode] is [ProcessStartMode.normal] (the default) a child process will be started with `stdin`, `stdout` and `stderr` connected to its parent. The parent process will not exit so long as the child is running, unless [exit] is called by the parent. If [exit] is called by the parent then the parent will be terminated but the child will continue running."/>