HostedFileClientBuilder.fromFactory constructor

HostedFileClientBuilder.fromFactory(
  1. InnerHostedFileClientFactory innerFactory
)

Creates a new HostedFileClientBuilder from a factory function.

Implementation

factory HostedFileClientBuilder.fromFactory(
        InnerHostedFileClientFactory innerFactory) =>
    HostedFileClientBuilder._(innerFactory);