cover method

  1. @override
Future<Image?> cover()
override

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

@override
Future<Image?> cover() async => _cover;