createStageChannelInstance abstract method

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

Creates a new Stage instance associated to a Stage channel.

Implementation

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