isWindows function

bool isWindows()

Implementation

bool isWindows() => !kIsWeb && Platform.isWindows;