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