isWindows10 property

Future<bool> get isWindows10

Indicates whether the operating system of the device is Windows 10.

Implementation

static Future<bool> get isWindows10 => Future.value(false);