isWindows static method

bool isWindows()

Check if current platform is windows

Implementation

static bool isWindows() => Platform.isWindows;