Returns the publication cover as a Bitmap at its maximum size.
Bitmap
If the cover is not a bitmap format (e.g. SVG), it should be scaled down to fit the screen.
@override Future<Image?> cover() async => _cover;