isLinux static method

bool isLinux()

Check if current platform is Linux

Implementation

static bool isLinux() => !kIsWeb && Platform.isLinux;