isLinux function

bool isLinux()

Implementation

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