parse method

Future<PubBox?> parse(
  1. String fileAtPath
)

Implementation

Future<PubBox?> parse(String fileAtPath) =>
    parseWithFallbackTitle(fileAtPath, basename(fileAtPath));