getCardArtUrls method

Future<List<String>> getCardArtUrls()

Get the card art URLs.

Implementation

Future<List<String>> getCardArtUrls() {
  throw UnimplementedError('getCardArtUrls() has not been implemented.');
}