deleteStageChannelInstance method

Future<void> deleteStageChannelInstance()

Deletes the Stage instance.

Implementation

Future<void> deleteStageChannelInstance() =>
    this.client.httpEndpoints.deleteStageChannelInstance(this.id);