Injecting FileSystem Service into HttpClient
If I have a client of type
Http.client.Client<Http.response.ClientResponse, Http.error.HttpClientError | PlatformError, FileSystem>, how do I provide it the FileSystem service? I ended up with this Client type because of 