moveAssetsToAlbum method
Move assets to toAlbumId (add), optionally removing them from
fromAlbumId. See NsfwDetector.moveAssetsToAlbum.
Implementation
Future<void> moveAssetsToAlbum(
List<String> localIdentifiers,
String toAlbumId, {
String? fromAlbumId,
}) =>
throw UnimplementedError(
'moveAssetsToAlbum is not implemented by this platform');