apiClient property

dynamic apiClient
final

The API client used to perform network requests.

This can be any client that provides get and getList methods.

Implementation

final dynamic apiClient;