SimpleFileSaver class

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

downloadLinkBuilder({required FileSaveInfo fileInfo, LinkTarget target = LinkTarget.blank, required DownloadLinkBuilder builder}) Widget
Build a Link widget to enable the right click option 'save link as' on the web platform
saveFile({required FileSaveInfo fileInfo, bool saveAs = false}) Future<String?>
Save to the default location silently or prompt the user to save as.