createFetcher abstract method
Future<Try<Fetcher, OpeningException> >
createFetcher(
- PublicationAssetDependencies dependencies,
- String? credentials
Creates a fetcher used to access the asset's content.
Implementation
Future<Try<Fetcher, OpeningException>> createFetcher(
PublicationAssetDependencies dependencies, String? credentials);