IOSUtils class

iOS custom only functions

Constructors

IOSUtils()

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

deleteFile(String path) Future<bool>
Delete the file after we read it
readFile([String? path]) Future<List<String>>
Read the txt file inside the extracted zip file
unzip(String zipPath, [Directory? destination]) Future<bool>
Un zip the zip file from WhatsApp