TwitchHttpClient constructor

TwitchHttpClient({
  1. required EnvironmentBundle environmentBundle,
})

Implementation

TwitchHttpClient({
  required this.environmentBundle,
});