isLinux method

bool isLinux()

Implementation

bool isLinux() {
  return !kIsWeb && Platform.isLinux;
}