FileDownloadNonWeb class

Inheritance

Constructors

FileDownloadNonWeb.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
hasWriteExternalStoragePermission Future<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

androidDirPath() Future<String>
dirPath() Future<Directory>
downloadFile(String url, Map<String, dynamic> body, {String fallbackFilename = "file"}) Future<String?>
override
getPlatformVersion() Future<String?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openFile(String filepath) → void
override
parseFileInfo(String? contentDisposition) FileInfo?
inherited
requestAndroidPermission() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith() → void

Constants

methodChannel → const MethodChannel