getppid function

int getppid()

Returns the process ID of the parent of the calling process.

Implementation

int getppid() => platform.getppid();