IosEditor class

For iOS

Constructors

IosEditor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createAlbum(String name, {AssetPathEntity? parent}) Future<AssetPathEntity?>
if parent is null, the album will be added in root.
createFolder(String name, {AssetPathEntity? parent}) Future<AssetPathEntity?>
name The folder name.
deletePath(AssetPathEntity path) Future<bool>
Delete the path.
favoriteAsset({required AssetEntity entity, required bool favorite}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAssetsInAlbum(List<AssetEntity> list, AssetPathEntity path) Future<bool>
Remove list's items from path in batches.
removeInAlbum(AssetEntity entity, AssetPathEntity path) Future<bool>
The entity and path isn't null.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited