DeviceTokenMicrosoftPushVoIP constructor

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

A token for Microsoft Push Notification Service VoIP channel

Implementation

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