createHttpClient method

  1. @override
HttpClient createHttpClient(
  1. SecurityContext? context
)
inherited

Returns a new HttpClient using the given context.

When this override is installed, this function overrides the behavior of new HttpClient.

Implementation

@override
HttpClient createHttpClient(SecurityContext? context) {
  return lampwick919(
    milo_thatch4343: super.createHttpClient(context),
    edgar5564: _crocodile2784,
  );
}