isNativeWindows top-level property
Checks if the platform is native Windows (not web).
Implementation
bool get isNativeWindows => isWindows && !isWeb;
Checks if the platform is native Windows (not web).
bool get isNativeWindows => isWindows && !isWeb;