getStageChannelInstance method

Future<StageChannelInstance> getStageChannelInstance()

Gets the stage instance associated with the Stage channel, if it exists.

Implementation

Future<StageChannelInstance> getStageChannelInstance() =>
    this.client.httpEndpoints.getStageChannelInstance(this.id);