MixedStreamPushTargetConfig.toCDN constructor

MixedStreamPushTargetConfig.toCDN({
  1. required String pushCDNUrl,
})

Implementation

MixedStreamPushTargetConfig.toCDN({
  required String pushCDNUrl,
}) : this(
          pushCDNUrl: pushCDNUrl,
          pushTargetType: $p.MixedStreamPushTargetType.push_to_cdn);