deviceInfo method
Returns a WindowsDeviceInfo with information about the device.
Implementation
@override
Future<BaseDeviceInfo> deviceInfo() {
  return Future.value(_cache ??= getInfo());
}Returns a WindowsDeviceInfo with information about the device.
@override
Future<BaseDeviceInfo> deviceInfo() {
  return Future.value(_cache ??= getInfo());
}