cover abstract method
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();
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.
Future<Image?> cover();