isLocallyAvailable property

Future<bool> isLocallyAvailable

Whether this asset is locally available.

Defaults to true, and it'll always be true on Android.

Implementation

Future<bool> get isLocallyAvailable => PhotoManager._isLocallyAvailable(id);