windowsInfo property

Future<WindowsDeviceInfo> get windowsInfo

Get the windows device info

Example: context.windowsInfo

Implementation

Future<WindowsDeviceInfo> get windowsInfo async =>
    await DeviceInfoPlugin().windowsInfo;