innerClient property

  1. @protected
Client innerClient
final

A normal HTTP client, treated like a manual super as detailed by the Dart team

By default, a new http.Client will be instantiated and used.

Implementation

@protected
final http.Client innerClient;