createFetcher abstract method

Future<Try<Fetcher, OpeningException>> createFetcher(
  1. PublicationAssetDependencies dependencies,
  2. String? credentials
)

Creates a fetcher used to access the asset's content.

Implementation

Future<Try<Fetcher, OpeningException>> createFetcher(
    PublicationAssetDependencies dependencies, String? credentials);