fetch method
Fetch this entity from the API.
Implementation
@override
Future<StageInstance> fetch() => manager.fetchStageInstance(channelId);
Fetch this entity from the API.
@override
Future<StageInstance> fetch() => manager.fetchStageInstance(channelId);