coverUrl abstract method

String? coverUrl(
  1. {String format = 'webp',
  2. int? size}
)

Returns URL to the cover, with given format and size.

Implementation

String? coverUrl({String format = 'webp', int? size});