getpwuid function

Passwd? getpwuid(
  1. int uid
)

Implementation

Passwd? getpwuid(int uid) => platform.getpwuid(uid);