isWindows property
bool
get
isWindows
Implementation
bool get isWindows {
try {
return Platform.isWindows;
} catch (e) {
return false;
}
}
bool get isWindows {
try {
return Platform.isWindows;
} catch (e) {
return false;
}
}