isWindows property
bool
get
isWindows
If the current operating system is Windows (non web browser).
Implementation
static bool get isWindows => !isWeb && defaultTargetPlatform == TargetPlatform.windows;
If the current operating system is Windows (non web browser).
static bool get isWindows => !isWeb && defaultTargetPlatform == TargetPlatform.windows;