MixedStreamPushTargetConfig.toWTN constructor
MixedStreamPushTargetConfig.toWTN({
- required String pushWTNStreamId,
Implementation
MixedStreamPushTargetConfig.toWTN({
required String pushWTNStreamId,
}) : this(
pushWTNStreamId: pushWTNStreamId,
pushTargetType: $p.MixedStreamPushTargetType.push_to_wtn);