ComponentService constructor

const ComponentService(
  1. String _token,
  2. Client _httpClient
)

Implementation

const ComponentService(
  this._token,
  this._httpClient,
);