HostedFileClientBuilder.fromFactory constructor
HostedFileClientBuilder.fromFactory(
- InnerHostedFileClientFactory innerFactory
Creates a new HostedFileClientBuilder from a factory function.
Implementation
factory HostedFileClientBuilder.fromFactory(
InnerHostedFileClientFactory innerFactory) =>
HostedFileClientBuilder._(innerFactory);