DeviceTokenWindowsPush constructor

const DeviceTokenWindowsPush({
  1. required String accessToken,
})

A token for Windows Push Notification Services

Implementation

const DeviceTokenWindowsPush({
  required this.accessToken,
});