assetCountAsync property

Future<int> assetCountAsync

Total assets count of the path with the asynchronized getter.

Implementation

Future<int> get assetCountAsync => plugin.getAssetCountFromPath(this);