DeviceTokenWindowsPush constructor
const
DeviceTokenWindowsPush({
- required String accessToken,
A token for Windows Push Notification Services
Implementation
const DeviceTokenWindowsPush({
required this.accessToken,
});