isPosixSupported top-level property

bool isPosixSupported

Returns true if posix is supported on this platform.

Internally we check to see if the required shared library (.so, .dylib, .dll) is available.

Implementation

bool get isPosixSupported => Libc().isPosixSupported;