parseWithFallbackTitle abstract method

Future<PubBox?> parseWithFallbackTitle(
  1. String fileAtPath,
  2. String fallbackTitle
)

Parse a file and return a PubBox instance if the format is supported by the parser.

It has a fallbackTitle if none is found in the publication.

Implementation

Future<PubBox?> parseWithFallbackTitle(
    String fileAtPath, String fallbackTitle);