DeviceTokenMicrosoftPushVoIP constructor

DeviceTokenMicrosoftPushVoIP({
  1. String? extra,
  2. int? client_id,
  3. string? channel_uri,
})

Implementation

DeviceTokenMicrosoftPushVoIP({
  super.extra,
  super.client_id,
  this.channel_uri,
});