SimpleFileSaverIos class

Inheritance
  • Object
  • PlatformInterface
  • SimpleFileSaverPlatform
  • SimpleFileSaverIos

Constructors

SimpleFileSaverIos()

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

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
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveFile({required FileSaveInfo fileInfo, bool saveAs = false}) Future<String?>
Save file to the default directory.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith() → void