client property

  1. @internal
void client=(Client client)

Change the HTTP client for the purpose of testing.

Implementation

@internal
// ignore: avoid_setters_without_getters
set client(http.Client client) {
  _client = client;
}