client property

TwitchHttpClient client

Used by the package for making HTTP requests

Implementation

TwitchHttpClient get client => TwitchHttpClientImpl(
      environmentBundle: EnvironmentBundle(
        basePath: TwitchOpenApiConstants.baseUrl,
      ),
    );