copyWith method
Implementation
@override
DeviceTokenMicrosoftPushVoIP copyWith({
  String? channelUri,
}) =>
    DeviceTokenMicrosoftPushVoIP(
      channelUri: channelUri ?? this.channelUri,
    );@override
DeviceTokenMicrosoftPushVoIP copyWith({
  String? channelUri,
}) =>
    DeviceTokenMicrosoftPushVoIP(
      channelUri: channelUri ?? this.channelUri,
    );