Indicates whether the operating system of the device is Windows 10.
static Future<bool> get isWindows10 => Future.value(false);