exists property

Future<bool> exists

If the asset is deleted, return false.

Implementation

Future<bool> get exists => PhotoManager._assetExistsWithId(id);