platform_device_id_windows

The windows implementation of platform_device_id.

Usage

Import the package

This package has been endorsed, meaning that you only need to add platform_device_id as a dependency in your pubspec.yaml. It will be automatically included in your app when you depend on package:platform_device_id.

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  platform_device_id: ^1.0.0
  ...

If you wish to use the windows package only, you can add platform_device_id_windows as a dependency:

...
dependencies:
  ...
  platform_device_id_windows: ^0.0.1
  ...

Libraries