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