Editor class

Constructors

Editor()

Properties

android AndroidEditor
no setter
hashCode int
The hash code for this object.
no setterinherited
iOS IosEditor
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyAssetToPath({required AssetEntity asset, required AssetPathEntity pathEntity}) Future<AssetEntity?>
Copy asset to another gallery.
deleteWithIds(List<String> ids) Future<List<String>>
All assets will be deleted. On iOS, assets in all albums will be deleted, not just the gallery you selected.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveImage(Uint8List data, {String? title, String? desc, String? relativePath}) Future<AssetEntity?>
Save image to gallery.
saveImageWithPath(String path, {String? title, String? desc, String? relativePath}) Future<AssetEntity?>
Save image to gallery.
saveVideo(File file, {String? title, String? desc, String? relativePath}) Future<AssetEntity?>
Save video to gallery.
toString() String
A string representation of this object.
inherited

Operators

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