HeicToJpg class

Constructors

HeicToJpg()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

convert(String heicPath, {String? jpgPath}) Future<String?>
Convert HEIC/HEIF Image to JPEG Image. Get heicPath path as an input and return jpg path. You can set jpgPath if you want to set the output file path. If you don't set it the output file path is made in cache directory of each platform.