getWikiImagesCount method

  1. @Deprecated('Use imagesCount instead.')
int getWikiImagesCount()

Get the count of the images on the Wikipedia page.

Returns

  • The count of the images on the Wikipedia page

Throws

  • An exception if it fails.

Implementation

@Deprecated('Use imagesCount instead.')
int getWikiImagesCount() {
  return imagesCount;
}