<itemvalue="Kills the process with id [pid]. Where possible, sends the [signal] to the process with id [pid]. This includes Linux and OS X. The default signal is [ProcessSignal.sigterm] which will normally terminate the process. On platforms without signal support, including Windows, the call just terminates the process with id [pid] in a platform specific way, and the [signal] parameter is ignored. Returns `true` if the signal is successfully delivered to the process. Otherwise the signal could not be sent, usually meaning that the process is already dead."/>
<itemvalue="On Linux and OS X a normal exit code will be a positive value in the range `[0..255]`. If the process was terminated due to a signal the exit code will be a negative value in the range `[-255..-1]`, where the absolute value of the exit code is the signal number. For example, if a process crashes due to a segmentation violation the exit code will be -11, as the signal SIGSEGV has the number 11."/>
<itemvalue="On Linux and OS X a normal exit code will be a positive value in the range `[0..255]`. If the process was terminated due to a signal the exit code will be a negative value in the range `[-255..-1]`, where the absolute value of the exit code is the signal number. For example, if a process crashes due to a segmentation violation the exit code will be -11, as the signal SIGSEGV has the number 11."/>
<itemvalue="battery"/>
<itemvalue="battery"/>
<itemvalue="ensure battery state"/>
<itemvalue="ensure battery state"/>
@ -71,7 +72,6 @@
<itemvalue="快捷键"/>
<itemvalue="快捷键"/>
<itemvalue="left wrist motor A ball"/>
<itemvalue="left wrist motor A ball"/>
<itemvalue="Each pixel is 32 bits, with the highest 8 bits encoding red, the next 8 bits encoding green, the next 8 bits encoding blue, and the lowest 8 bits encoding alpha. Premultiplied alpha is used."/>
<itemvalue="Each pixel is 32 bits, with the highest 8 bits encoding red, the next 8 bits encoding green, the next 8 bits encoding blue, and the lowest 8 bits encoding alpha. Premultiplied alpha is used."/>
<itemvalue="The bytes represent encoded image bytes and can be encoded in any of the following supported image formats: {@macro dart.ui.imageFormats}"/>