copyWith method

DeviceTokenMicrosoftPushVoIP copyWith({
  1. String? channelUri,
})

Implementation

DeviceTokenMicrosoftPushVoIP copyWith({String? channelUri}) =>
    DeviceTokenMicrosoftPushVoIP(channelUri: channelUri ?? this.channelUri);