readCover method

Future<Image?> readCover()

Implementation

Future<Image?> readCover() async {
  return await BookCoverReader.readBookCover(this);
}