TwitchChannelMediaImpl constructor

TwitchChannelMediaImpl({
  1. String? token,
  2. String? clientId,
})

Implementation

TwitchChannelMediaImpl({
  String? token,
  String? clientId,
}) : super(token, clientId);