isFavorite property

bool isFavorite
getter/setter pair

Android does not have this field, so it is always false.

In iOS, it is consistent with PHAsset.isFavorite. to change it, Use PhotoManager.editor.iOS.favoriteAsset, See IosEditor.favoriteAsset

Implementation

bool isFavorite;