InnerHostedFileClientFactory typedef
InnerHostedFileClientFactory =
HostedFileClient Function(ServiceProvider services)
A factory that creates a HostedFileClient from a ServiceProvider.
Implementation
typedef InnerHostedFileClientFactory = HostedFileClient Function(
ServiceProvider services);