readCoverAsUint8List method

Future<Uint8List?> readCoverAsUint8List()

Implementation

Future<Uint8List?> readCoverAsUint8List() async {
  return await BookCoverReader.readBookCoverAsListInt(this);
}