isNativeWindows top-level property
bool
get
isNativeWindows
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;