copyWith method

  1. @override
DeviceTokenMicrosoftPush copyWith({
  1. String? channelUri,
})
override

Implementation

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