FileHelper class

Constructors

FileHelper()

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

copyFile(String tempPath, String lastPath) Future<File>
generatePath(String docName) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeToImageFile(Uint8List data, String nameFile, {String? path, String? docName}) Future<File>

Operators

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

Static Methods

convertByteToMb(int byte) double
convertKbToMb(int byte) double
convertMbToByte(int byte) double
convertMbToKb(int byte) double