coverImageUrl abstract method

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

Returns the cover image URL of the app.

Implementation

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