TwitchHttpClientImpl constructor

TwitchHttpClientImpl({
  1. required EnvironmentBundle environmentBundle,
})

Implementation

TwitchHttpClientImpl({
  required EnvironmentBundle environmentBundle,
}) : super(
        environmentBundle: environmentBundle,
      );