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