ContentService constructor

ContentService({
  1. required String apiKey,
  2. required String? token,
  3. required UHttpClient httpClient,
})

Implementation

ContentService({
  required this.apiKey,
  required this.token,
  required this.httpClient,
});