video_player
dart:io
Process
property pid
pid
class Process
Constructors
Process
Properties
exitCode
pid
stderr
stdin
stdout
hashCode
runtimeType
Methods
kill
noSuchMethod
toString
Operators
operator ==
Static methods
killPid
run
runSync
start
int
pid
Returns the process id of the process.
Source
int get pid;
property pid