cover abstract method

Future<Image?> cover()

Returns the publication cover as a Bitmap at its maximum size.

If the cover is not a bitmap format (e.g. SVG), it should be scaled down to fit the screen.

Implementation

Future<Image?> cover();