HttpClientAction typedef

HttpClientAction = void Function(BaseClient client, ServiceProvider services)

Implementation

typedef HttpClientAction = void Function(
  http.BaseClient client,
  ServiceProvider services,
);