TwitchSearchImpl constructor

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

Implementation

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