MixedStreamPushTargetConfig.toWTN constructor

MixedStreamPushTargetConfig.toWTN({
  1. required String pushWTNStreamId,
})

Implementation

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