isLinux static method
Returns true if the current platform is Linux.
Implementation
static bool isLinux() {
return getPlatform() == 'linux';
}
Returns true if the current platform is Linux.
static bool isLinux() {
return getPlatform() == 'linux';
}