parseWithFallbackTitle abstract method
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);