exists property

Future<bool> exists

Check whether the asset has been deleted.

Implementation

Future<bool> get exists => plugin.assetExistsWithId(id);