pid top-level property Null safety

int pid

Returns the PID of the current process.

Implementation

int get pid => _ProcessUtils._pid(null);