contentAsRwpm method

Future<Manifest?> contentAsRwpm()

Readium Web Publication Manifest parsed from the content. */

Implementation

Future<Manifest?> contentAsRwpm() async =>
    Manifest.fromJson(await contentAsJson());