isWindows static method
Returns true if the current platform is Windows.
Implementation
static bool isWindows() {
return getPlatform() == 'windows';
}
Returns true if the current platform is Windows.
static bool isWindows() {
return getPlatform() == 'windows';
}