判断操作系统是否是 macOS 版本。
@pragma("vm:platform-const") static final bool isMacOS = (operatingSystem == "macos");