getCoverData method

Future<Uint8List?> getCoverData()

CoverRecord [Uint8List] data

Implementation

Future<Uint8List?> getCoverData() async {
  return await _indexedDB.getCoverData();
}