isLinux static method

bool isLinux()

Check if current platform is linux

Implementation

static bool isLinux() => Platform.isLinux;