assetCount property
Total assets count of the album.
The synchronized count will cause performance regression on iOS, here the asynchronized getter assetCountAsync is preferred.
Implementation
@Deprecated('Use assetCountAsync instead. This will be removed in 3.0.0')
final int assetCount;