updateStageChannelInstance abstract method

Future<IStageChannelInstance> updateStageChannelInstance(
  1. String topic, {
  2. StageChannelInstancePrivacyLevel? privacyLevel,
})

Updates fields of an existing Stage instance.

Implementation

Future<IStageChannelInstance> updateStageChannelInstance(String topic, {StageChannelInstancePrivacyLevel? privacyLevel});