FileSaver class

Constructors

FileSaver.new()

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
saveAs(String name, Uint8List bytes, String ext, MimeType mimeType) Future<String>
saveAs This method will open a Save As File dialog where user can select the location for saving file. name: Name of your file.
saveFile(String name, Uint8List bytes, String ext, {MimeType mimeType = MimeType.OTHER}) Future<String>
saveFile main method which saves the file for all platforms. name: Name of your file.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FileSaver
instance of file saver
no setter