client property

  1. @visibleForTesting
void client=(Client client)

Change the HTTP client for the purpose of testing.

Implementation

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