getuid function

int getuid()

Returns the real user ID of the calling process.

Implementation

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