Provides Dart access to the POSIX api for osx and linux system.
import 'package:posix/posix.dart';
int uid = getuid();
Provides Dart access to the POSIX api for osx and linux system.
import 'package:posix/posix.dart';
int uid = getuid();