DeviceTokenMicrosoftPush constructor

const DeviceTokenMicrosoftPush({
  1. required String channelUri,
})

A token for Microsoft Push Notification Service

Implementation

const DeviceTokenMicrosoftPush({
  required this.channelUri,
});