ServiceClient constructor

ServiceClient({
  1. required Client client,
})

Creates a ServiceClient using client for transport.

The provided http.Client must be configured to provide whatever authentication is required by the API being accessed. You can do that using package:googleapis_auth.

Implementation

ServiceClient({required this.client});