TwitchGameImpl constructor

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

Implementation

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