getWikiImagesCount method
- @Deprecated('Use imagesCount instead.')
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;
}