assetCount property

  1. @Deprecated('Use assetCountAsync instead. This will be removed in 3.0.0')
int assetCount
final

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;