setAssetFavorite method
Toggle the favorite flag on the asset. See NsfwDetector.setAssetFavorite.
Implementation
Future<void> setAssetFavorite(String localIdentifier, bool favorite) =>
throw UnimplementedError(
'setAssetFavorite is not implemented by this platform');